color codes Logo

#a521cf color codes

#A521CF
(165,33,207)
0 Favorites   0 Comments

Color spaces of #a521cf

RGB 16533207
HSL0.790.730.47
HSV286°84°81°
CMYK 0.200.840.00   0.19
XYZ27.323413.592060.2149
Yxy13.59200.27020.1344
Hunter Lab36.867367.7735-71.0304
CIE-Lab43.642072.9133-61.3329

#a521cf color RGB value is (165,33,207).

#a521cf hex color red value is 165, green value is 33 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a521cf hue: 0.79 , saturation: 0.73 and the lightness value of a521cf is 0.47.

The process color (four color CMYK) of #a521cf color code is 0.20, 0.84, 0.00, 0.19. Web safe color of #a521cf is #9933cc. Color #a521cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100001 11001111
Octal 245 41 317
Decimal 165 33 207
Hex A5 21 CF

RGB Percentages of Color #a521cf

%40.74
%8.15
%51.11

CMYK Percentages of Color #a521cf

%20
%84
%0
%19

Triadic Colors of #a521cf

#a521cf #cfa521 #21cfa5

Analogous Colors of #a521cf

#a521cf #cf21a2 #4e21cf

Monochromatic Colors of #a521cf

#a521cf

Complementary Color

#a521cf #4bcf21

#a521cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a521cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a521cf Color CSS Codes

.mybgcolor {background-color:#a521cf; } 
.myforecolor {color:#a521cf; }
.mybordercolor {border:3px solid #a521cf; }

#a521cf Text Font Color

<p style="color:#a521cf">Text here</p>

This sample text font color is #a521cf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a521cf Background Color

<div style="background-color:#a521cf">
Div content here</div>

This div background color is #a521cf


#a521cf Border Color

<div style="border:3px solid #a521cf">
Div here</div>

This div border color is #a521cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,33,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a521cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a521cf;
  -webkit-box-shadow: 1px 1px 3px 2px #a521cf;
  box-shadow:         1px 1px 3px 2px #a521cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,33,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a521cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a521cf;
  -webkit-box-shadow: 1px 1px 3px 2px #a521cf;
  box-shadow:         1px 1px 3px 2px #a521cf;">
Div content here</div>

This div box has shadow with color #a521cf


Comments

No comments written yet.

Please login to write comment.