Color Hex Logo

#a00cdf Color Hex

#A00CDF
(160,12,223)
0 Favorites   0 Comments

Color spaces of #a00cdf

RGB 16012223
HSL0.780.900.46
HSV282°95°87°
CMYK 0.280.950.00   0.13
XYZ27.948013.064270.8607
Yxy13.06420.24980.1168
Hunter Lab36.144474.7690-90.9362
CIE-Lab42.859878.7805-71.8361

#a00cdf color RGB value is (160,12,223).

#a00cdf hex color red value is 160, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a00cdf hue: 0.78 , saturation: 0.90 and the lightness value of a00cdf is 0.46.

The process color (four color CMYK) of #a00cdf color hex is 0.28, 0.95, 0.00, 0.13. Web safe color of #a00cdf is #9900cc. Color #a00cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11011111
Octal 240 14 337
Decimal 160 12 223
Hex A0 C DF

RGB Percentages of Color #a00cdf

%40.51
%3.04
%56.46

CMYK Percentages of Color #a00cdf

%28
%95
%0
%13

Triadic Colors of #a00cdf

#a00cdf #dfa00c #0cdfa0

Analogous Colors of #a00cdf

#a00cdf #df0cb5 #360cdf

Monochromatic Colors of #a00cdf

#a00cdf

Complementary Color

#a00cdf #4bdf0c

#a00cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cdf Color CSS Codes

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

#a00cdf Text Font Color

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

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


#a00cdf Background Color

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

This div background color is #a00cdf


#a00cdf Border Color

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

This div border color is #a00cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cdf


Comments

No comments written yet.

Please login to write comment.