Color Hex Logo

#d70caa Color Hex

#D70CAA
(215,12,170)
0 Favorites   0 Comments

Color spaces of #d70caa

RGB 21512170
HSL0.870.890.45
HSV313°94°84°
CMYK 0.000.940.21   0.16
XYZ35.411517.612339.5633
Yxy17.61230.38250.1902
Hunter Lab41.967077.1749-26.5172
CIE-Lab49.022579.5122-30.6088

#d70caa color RGB value is (215,12,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001100 10101010
Octal 327 14 252
Decimal 215 12 170
Hex D7 C AA

RGB Percentages of Color #d70caa

%54.16
%3.02
%42.82

CMYK Percentages of Color #d70caa

%0
%94
%21
%16

Triadic Colors of #d70caa

#d70caa #aad70c #0caad7

Analogous Colors of #d70caa

#d70caa #d70c44 #9f0cd7

Monochromatic Colors of #d70caa

#d70caa

Complementary Color

#d70caa #0cd739

#d70caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70caa Color CSS Codes

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

#d70caa Text Font Color

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

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


#d70caa Background Color

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

This div background color is #d70caa


#d70caa Border Color

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

This div border color is #d70caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70caa


Comments

No comments written yet.

Please login to write comment.