Color Hex Logo

#d80caa Color Hex

#D80CAA
(216,12,170)
0 Favorites   0 Comments

Color spaces of #d80caa

RGB 21612170
HSL0.870.890.45
HSV314°94°85°
CMYK 0.000.940.21   0.15
XYZ35.706117.764239.5771
Yxy17.76420.38370.1909
Hunter Lab42.147677.4612-26.1707
CIE-Lab49.208879.7037-30.3040

#d80caa color RGB value is (216,12,170).

#d80caa hex color red value is 216, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d80caa hue: 0.87 , saturation: 0.89 and the lightness value of d80caa is 0.45.

The process color (four color CMYK) of #d80caa color hex is 0.00, 0.94, 0.21, 0.15. Web safe color of #d80caa is #cc0099. Color #d80caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001100 10101010
Octal 330 14 252
Decimal 216 12 170
Hex D8 C AA

RGB Percentages of Color #d80caa

%54.27
%3.02
%42.71

CMYK Percentages of Color #d80caa

%0
%94
%21
%15

Triadic Colors of #d80caa

#d80caa #aad80c #0caad8

Analogous Colors of #d80caa

#d80caa #d80c44 #a00cd8

Monochromatic Colors of #d80caa

#d80caa

Complementary Color

#d80caa #0cd83a

#d80caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80caa Color CSS Codes

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

#d80caa Text Font Color

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

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


#d80caa Background Color

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

This div background color is #d80caa


#d80caa Border Color

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

This div border color is #d80caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80caa


Comments

No comments written yet.

Please login to write comment.