Color Hex Logo

#d88eb0 Color Hex

#D88EB0
(216,142,176)
0 Favorites   0 Comments

Color spaces of #d88eb0

RGB 216142176
HSL0.920.490.70
HSV332°34°85°
CMYK 0.000.340.19   0.15
XYZ45.828437.079545.8159
Yxy37.07950.35600.2881
Hunter Lab60.892927.7776-1.9848
CIE-Lab67.336632.8650-6.1864

#d88eb0 color RGB value is (216,142,176).

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

The process color (four color CMYK) of #d88eb0 color hex is 0.00, 0.34, 0.19, 0.15. Web safe color of #d88eb0 is #cc9999. Color #d88eb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001110 10110000
Octal 330 216 260
Decimal 216 142 176
Hex D8 8E B0

RGB Percentages of Color #d88eb0

%40.45
%26.59
%32.96

CMYK Percentages of Color #d88eb0

%0
%34
%19
%15

Triadic Colors of #d88eb0

#d88eb0 #b0d88e #8eb0d8

Analogous Colors of #d88eb0

#d88eb0 #d8918e #d88ed5

Monochromatic Colors of #d88eb0

#d88eb0

Complementary Color

#d88eb0 #8ed8b6

#d88eb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88eb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88eb0 Color CSS Codes

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

#d88eb0 Text Font Color

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

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


#d88eb0 Background Color

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

This div background color is #d88eb0


#d88eb0 Border Color

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

This div border color is #d88eb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88eb0


Comments

No comments written yet.

Please login to write comment.