Color Hex Logo

#d78ead Color Hex

#D78EAD
(215,142,173)
0 Favorites   0 Comments

Color spaces of #d78ead

RGB 215142173
HSL0.930.480.70
HSV335°34°84°
CMYK 0.000.340.20   0.16
XYZ45.240236.810244.2558
Yxy36.81020.35820.2914
Hunter Lab60.671426.9252-0.7782
CIE-Lab67.134432.0521-4.8143

#d78ead color RGB value is (215,142,173).

#d78ead hex color red value is 215, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d78ead hue: 0.93 , saturation: 0.48 and the lightness value of d78ead is 0.70.

The process color (four color CMYK) of #d78ead color hex is 0.00, 0.34, 0.20, 0.16. Web safe color of #d78ead is #cc9999. Color #d78ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001110 10101101
Octal 327 216 255
Decimal 215 142 173
Hex D7 8E AD

RGB Percentages of Color #d78ead

%40.57
%26.79
%32.64

CMYK Percentages of Color #d78ead

%0
%34
%20
%16

Triadic Colors of #d78ead

#d78ead #add78e #8eadd7

Analogous Colors of #d78ead

#d78ead #d7948e #d78ed2

Monochromatic Colors of #d78ead

#d78ead

Complementary Color

#d78ead #8ed7b8

#d78ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78ead Color CSS Codes

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

#d78ead Text Font Color

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

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


#d78ead Background Color

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

This div background color is #d78ead


#d78ead Border Color

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

This div border color is #d78ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78ead


Comments

No comments written yet.

Please login to write comment.