Color Hex Logo

#d70ead Color Hex

#D70EAD
(215,14,173)
0 Favorites   0 Comments

Color spaces of #d70ead

RGB 21514173
HSL0.870.880.45
HSV313°93°84°
CMYK 0.000.930.20   0.16
XYZ35.724217.778341.0838
Yxy17.77830.37770.1880
Hunter Lab42.164377.4486-28.2556
CIE-Lab49.226179.6903-32.0631

#d70ead color RGB value is (215,14,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001110 10101101
Octal 327 16 255
Decimal 215 14 173
Hex D7 E AD

RGB Percentages of Color #d70ead

%53.48
%3.48
%43.03

CMYK Percentages of Color #d70ead

%0
%93
%20
%16

Triadic Colors of #d70ead

#d70ead #add70e #0eadd7

Analogous Colors of #d70ead

#d70ead #d70e48 #9d0ed7

Monochromatic Colors of #d70ead

#d70ead

Complementary Color

#d70ead #0ed738

#d70ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70ead Color CSS Codes

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

#d70ead Text Font Color

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

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


#d70ead Background Color

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

This div background color is #d70ead


#d70ead Border Color

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

This div border color is #d70ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70ead


Comments

No comments written yet.

Please login to write comment.