Color Hex Logo

#d88edf Color Hex

#D88EDF
(216,142,223)
0 Favorites   0 Comments

Color spaces of #d88edf

RGB 216142223
HSL0.820.560.72
HSV295°36°87°
CMYK 0.030.360.00   0.13
XYZ51.311239.272674.6880
Yxy39.27260.31050.2376
Hunter Lab62.667936.4835-26.7948
CIE-Lab68.948340.9688-29.9219

#d88edf color RGB value is (216,142,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001110 11011111
Octal 330 216 337
Decimal 216 142 223
Hex D8 8E DF

RGB Percentages of Color #d88edf

%37.18
%24.44
%38.38

CMYK Percentages of Color #d88edf

%3
%36
%0
%13

Triadic Colors of #d88edf

#d88edf #dfd88e #8edfd8

Analogous Colors of #d88edf

#d88edf #df8ebe #b08edf

Monochromatic Colors of #d88edf

#d88edf

Complementary Color

#d88edf #95df8e

#d88edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88edf Color CSS Codes

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

#d88edf Text Font Color

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

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


#d88edf Background Color

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

This div background color is #d88edf


#d88edf Border Color

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

This div border color is #d88edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88edf


Comments

No comments written yet.

Please login to write comment.