Color Hex Logo

#d88ebf Color Hex

#D88EBF
(216,142,191)
0 Favorites   0 Comments

Color spaces of #d88ebf

RGB 216142191
HSL0.890.490.70
HSV320°34°85°
CMYK 0.000.340.12   0.15
XYZ47.395937.706554.0703
Yxy37.70650.34060.2709
Hunter Lab61.405630.3153-9.2235
CIE-Lab67.803735.2718-13.8893

#d88ebf color RGB value is (216,142,191).

#d88ebf hex color red value is 216, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d88ebf hue: 0.89 , saturation: 0.49 and the lightness value of d88ebf is 0.70.

The process color (four color CMYK) of #d88ebf color hex is 0.00, 0.34, 0.12, 0.15. Web safe color of #d88ebf is #cc99cc. Color #d88ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001110 10111111
Octal 330 216 277
Decimal 216 142 191
Hex D8 8E BF

RGB Percentages of Color #d88ebf

%39.34
%25.87
%34.79

CMYK Percentages of Color #d88ebf

%0
%34
%12
%15

Triadic Colors of #d88ebf

#d88ebf #bfd88e #8ebfd8

Analogous Colors of #d88ebf

#d88ebf #d88e9a #cc8ed8

Monochromatic Colors of #d88ebf

#d88ebf

Complementary Color

#d88ebf #8ed8a7

#d88ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88ebf Color CSS Codes

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

#d88ebf Text Font Color

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

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


#d88ebf Background Color

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

This div background color is #d88ebf


#d88ebf Border Color

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

This div border color is #d88ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88ebf


Comments

No comments written yet.

Please login to write comment.