Color Hex Logo

#d78edf Color Hex

#D78EDF
(215,142,223)
0 Favorites   0 Comments

Color spaces of #d78edf

RGB 215142223
HSL0.820.560.72
HSV294°36°87°
CMYK 0.040.360.00   0.13
XYZ51.016639.120874.6742
Yxy39.12080.30950.2374
Hunter Lab62.546636.1382-27.0035
CIE-Lab68.838740.6605-30.1000

#d78edf color RGB value is (215,142,223).

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

The process color (four color CMYK) of #d78edf color hex is 0.04, 0.36, 0.00, 0.13. Web safe color of #d78edf is #cc99cc. Color #d78edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001110 11011111
Octal 327 216 337
Decimal 215 142 223
Hex D7 8E DF

RGB Percentages of Color #d78edf

%37.07
%24.48
%38.45

CMYK Percentages of Color #d78edf

%4
%36
%0
%13

Triadic Colors of #d78edf

#d78edf #dfd78e #8edfd7

Analogous Colors of #d78edf

#d78edf #df8ebf #af8edf

Monochromatic Colors of #d78edf

#d78edf

Complementary Color

#d78edf #96df8e

#d78edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78edf Color CSS Codes

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

#d78edf Text Font Color

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

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


#d78edf Background Color

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

This div background color is #d78edf


#d78edf Border Color

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

This div border color is #d78edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78edf


Comments

No comments written yet.

Please login to write comment.