Color Hex Logo

#a009ca Color Hex

#A009CA
(160,9,202)
0 Favorites   0 Comments

Color spaces of #a009ca

RGB 1609202
HSL0.800.910.41
HSV287°96°79°
CMYK 0.210.960.00   0.21
XYZ25.255611.933256.8493
Yxy11.93320.26860.1269
Hunter Lab34.544570.0493-73.3915
CIE-Lab41.109875.2845-62.5815

#a009ca color RGB value is (160,9,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001001 11001010
Octal 240 11 312
Decimal 160 9 202
Hex A0 9 CA

RGB Percentages of Color #a009ca

%43.13
%2.43
%54.45

CMYK Percentages of Color #a009ca

%21
%96
%0
%21

Triadic Colors of #a009ca

#a009ca #caa009 #09caa0

Analogous Colors of #a009ca

#a009ca #ca0994 #4009ca

Monochromatic Colors of #a009ca

#a009ca

Complementary Color

#a009ca #33ca09

#a009ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a009ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a009ca Color CSS Codes

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

#a009ca Text Font Color

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

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


#a009ca Background Color

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

This div background color is #a009ca


#a009ca Border Color

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

This div border color is #a009ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a009ca


Comments

No comments written yet.

Please login to write comment.