Color Hex Logo

#d78edc Color Hex

#D78EDC
(215,142,220)
0 Favorites   0 Comments

Color spaces of #d78edc

RGB 215142220
HSL0.820.530.71
HSV296°35°86°
CMYK 0.020.350.00   0.14
XYZ50.615638.960472.5625
Yxy38.96040.31220.2403
Hunter Lab62.418335.5155-25.2330
CIE-Lab68.722640.0935-28.6217

#d78edc color RGB value is (215,142,220).

#d78edc hex color red value is 215, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d78edc hue: 0.82 , saturation: 0.53 and the lightness value of d78edc is 0.71.

The process color (four color CMYK) of #d78edc color hex is 0.02, 0.35, 0.00, 0.14. Web safe color of #d78edc is #cc99cc. Color #d78edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001110 11011100
Octal 327 216 334
Decimal 215 142 220
Hex D7 8E DC

RGB Percentages of Color #d78edc

%37.26
%24.61
%38.13

CMYK Percentages of Color #d78edc

%2
%35
%0
%14

Triadic Colors of #d78edc

#d78edc #dcd78e #8edcd7

Analogous Colors of #d78edc

#d78edc #dc8eba #b08edc

Monochromatic Colors of #d78edc

#d78edc

Complementary Color

#d78edc #93dc8e

#d78edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78edc Color CSS Codes

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

#d78edc Text Font Color

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

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


#d78edc Background Color

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

This div background color is #d78edc


#d78edc Border Color

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

This div border color is #d78edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78edc


Comments

No comments written yet.

Please login to write comment.