color codes Logo

#d87ebb color codes

#D87EBB
(216,126,187)
0 Favorites   0 Comments

Color spaces of #d87ebb

RGB 216126187
HSL0.890.540.67
HSV319°42°85°
CMYK 0.000.420.13   0.15
XYZ44.749433.108551.0457
Yxy33.10850.34720.2568
Hunter Lab57.540038.1262-12.3202
CIE-Lab64.248743.0737-17.0087

#d87ebb color RGB value is (216,126,187).

#d87ebb hex color red value is 216, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d87ebb hue: 0.89 , saturation: 0.54 and the lightness value of d87ebb is 0.67.

The process color (four color CMYK) of #d87ebb color code is 0.00, 0.42, 0.13, 0.15. Web safe color of #d87ebb is #cc66cc. Color #d87ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111110 10111011
Octal 330 176 273
Decimal 216 126 187
Hex D8 7E BB

RGB Percentages of Color #d87ebb

%40.83
%23.82
%35.35

CMYK Percentages of Color #d87ebb

%0
%42
%13
%15

Triadic Colors of #d87ebb

#d87ebb #bbd87e #7ebbd8

Analogous Colors of #d87ebb

#d87ebb #d87e8e #c87ed8

Monochromatic Colors of #d87ebb

#d87ebb

Complementary Color

#d87ebb #7ed89b

#d87ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ebb Color CSS Codes

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

#d87ebb Text Font Color

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

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


#d87ebb Background Color

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

This div background color is #d87ebb


#d87ebb Border Color

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

This div border color is #d87ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ebb


Comments

No comments written yet.

Please login to write comment.