Color Hex Logo

#d70eac Color Hex

#D70EAC
(215,14,172)
0 Favorites   0 Comments

Color spaces of #d70eac

RGB 21514172
HSL0.870.880.45
HSV313°93°84°
CMYK 0.000.930.20   0.16
XYZ35.627817.739740.5760
Yxy17.73970.37920.1888
Hunter Lab42.118577.2846-27.6356
CIE-Lab49.178979.5690-31.5466

#d70eac color RGB value is (215,14,172).

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

The process color (four color CMYK) of #d70eac color hex is 0.00, 0.93, 0.20, 0.16. Web safe color of #d70eac is #cc0099. Color #d70eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001110 10101100
Octal 327 16 254
Decimal 215 14 172
Hex D7 E AC

RGB Percentages of Color #d70eac

%53.62
%3.49
%42.89

CMYK Percentages of Color #d70eac

%0
%93
%20
%16

Triadic Colors of #d70eac

#d70eac #acd70e #0eacd7

Analogous Colors of #d70eac

#d70eac #d70e47 #9e0ed7

Monochromatic Colors of #d70eac

#d70eac

Complementary Color

#d70eac #0ed739

#d70eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70eac Color CSS Codes

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

#d70eac Text Font Color

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

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


#d70eac Background Color

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

This div background color is #d70eac


#d70eac Border Color

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

This div border color is #d70eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,14,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70eac


Comments

No comments written yet.

Please login to write comment.