Color Hex Logo

#a005ca Color Hex

#A005CA
(160,5,202)
0 Favorites   0 Comments

Color spaces of #a005ca

RGB 1605202
HSL0.800.950.41
HSV287°98°79°
CMYK 0.210.980.00   0.21
XYZ25.212111.846456.8349
Yxy11.84640.26850.1262
Hunter Lab34.418670.5212-73.8116
CIE-Lab40.970975.6982-62.8073

#a005ca color RGB value is (160,5,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000101 11001010
Octal 240 5 312
Decimal 160 5 202
Hex A0 5 CA

RGB Percentages of Color #a005ca

%43.60
%1.36
%55.04

CMYK Percentages of Color #a005ca

%21
%98
%0
%21

Triadic Colors of #a005ca

#a005ca #caa005 #05caa0

Analogous Colors of #a005ca

#a005ca #ca0592 #3d05ca

Monochromatic Colors of #a005ca

#a005ca

Complementary Color

#a005ca #2fca05

#a005ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a005ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a005ca Color CSS Codes

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

#a005ca Text Font Color

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

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


#a005ca Background Color

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

This div background color is #a005ca


#a005ca Border Color

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

This div border color is #a005ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a005ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a005ca


Comments

No comments written yet.

Please login to write comment.