Color Hex Logo

#a805ca Color Hex

#A805CA
(168,5,202)
0 Favorites   0 Comments

Color spaces of #a805ca

RGB 1685202
HSL0.800.950.41
HSV290°98°79°
CMYK 0.170.980.00   0.21
XYZ26.863412.697656.9121
Yxy12.69760.27850.1316
Hunter Lab35.633772.2080-69.7510
CIE-Lab42.304076.8182-60.5817

#a805ca color RGB value is (168,5,202).

#a805ca hex color red value is 168, green value is 5 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a805ca hue: 0.80 , saturation: 0.95 and the lightness value of a805ca is 0.41.

The process color (four color CMYK) of #a805ca color hex is 0.17, 0.98, 0.00, 0.21. Web safe color of #a805ca is #9900cc. Color #a805ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000101 11001010
Octal 250 5 312
Decimal 168 5 202
Hex A8 5 CA

RGB Percentages of Color #a805ca

%44.80
%1.33
%53.87

CMYK Percentages of Color #a805ca

%17
%98
%0
%21

Triadic Colors of #a805ca

#a805ca #caa805 #05caa8

Analogous Colors of #a805ca

#a805ca #ca058a #4505ca

Monochromatic Colors of #a805ca

#a805ca

Complementary Color

#a805ca #27ca05

#a805ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a805ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a805ca Color CSS Codes

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

#a805ca Text Font Color

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

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


#a805ca Background Color

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

This div background color is #a805ca


#a805ca Border Color

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

This div border color is #a805ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a805ca


Comments

No comments written yet.

Please login to write comment.