Color Hex Logo

#a005d2 Color Hex

#A005D2
(160,5,210)
0 Favorites   0 Comments

Color spaces of #a005d2

RGB 1605210
HSL0.790.950.42
HSV285°98°82°
CMYK 0.240.980.00   0.18
XYZ26.184312.235361.9543
Yxy12.23530.26090.1219
Hunter Lab34.979072.4069-80.5283
CIE-Lab41.587777.1173-66.4407

#a005d2 color RGB value is (160,5,210).

#a005d2 hex color red value is 160, green value is 5 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a005d2 hue: 0.79 , saturation: 0.95 and the lightness value of a005d2 is 0.42.

The process color (four color CMYK) of #a005d2 color hex is 0.24, 0.98, 0.00, 0.18. Web safe color of #a005d2 is #9900cc. Color #a005d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 11010010
Octal 240 5 322
Decimal 160 5 210
Hex A0 5 D2

RGB Percentages of Color #a005d2

%42.67
%1.33
%56.00

CMYK Percentages of Color #a005d2

%24
%98
%0
%18

Triadic Colors of #a005d2

#a005d2 #d2a005 #05d2a0

Analogous Colors of #a005d2

#a005d2 #d2059e #3a05d2

Monochromatic Colors of #a005d2

#a005d2

Complementary Color

#a005d2 #37d205

#a005d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a005d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a005d2 Color CSS Codes

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

#a005d2 Text Font Color

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

This sample text font color is #a005d2
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.


#a005d2 Background Color

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

This div background color is #a005d2


#a005d2 Border Color

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

This div border color is #a005d2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,5,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a005d2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a005d2;
  -webkit-box-shadow: 1px 1px 3px 2px #a005d2;
  box-shadow:         1px 1px 3px 2px #a005d2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,5,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a005d2


Comments

No comments written yet.

Please login to write comment.