color codes Logo

#a00cdd color codes

#A00CDD
(160,12,221)
0 Favorites   0 Comments

Color spaces of #a00cdd

RGB 16012221
HSL0.780.900.46
HSV282°95°87°
CMYK 0.280.950.00   0.13
XYZ27.679812.957069.4487
Yxy12.95700.25140.1177
Hunter Lab35.995874.2689-89.1943
CIE-Lab42.698478.4093-70.9555

#a00cdd color RGB value is (160,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001100 11011101
Octal 240 14 335
Decimal 160 12 221
Hex A0 C DD

RGB Percentages of Color #a00cdd

%40.71
%3.05
%56.23

CMYK Percentages of Color #a00cdd

%28
%95
%0
%13

Triadic Colors of #a00cdd

#a00cdd #dda00c #0cdda0

Analogous Colors of #a00cdd

#a00cdd #dd0cb2 #370cdd

Monochromatic Colors of #a00cdd

#a00cdd

Complementary Color

#a00cdd #49dd0c

#a00cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00cdd Color CSS Codes

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

#a00cdd Text Font Color

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

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


#a00cdd Background Color

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

This div background color is #a00cdd


#a00cdd Border Color

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

This div border color is #a00cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00cdd


Comments

No comments written yet.

Please login to write comment.