Color Hex Logo

#d88bcb Color Hex

#D88BCB
(216,139,203)
0 Favorites   0 Comments

Color spaces of #d88bcb

RGB 216139203
HSL0.860.500.70
HSV310°36°85°
CMYK 0.000.360.06   0.15
XYZ48.331037.376061.1669
Yxy37.37600.32910.2545
Hunter Lab61.135934.1253-16.5249
CIE-Lab67.558238.9208-20.9588

#d88bcb color RGB value is (216,139,203).

#d88bcb hex color red value is 216, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d88bcb hue: 0.86 , saturation: 0.50 and the lightness value of d88bcb is 0.70.

The process color (four color CMYK) of #d88bcb color hex is 0.00, 0.36, 0.06, 0.15. Web safe color of #d88bcb is #cc99cc. Color #d88bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 11001011
Octal 330 213 313
Decimal 216 139 203
Hex D8 8B CB

RGB Percentages of Color #d88bcb

%38.71
%24.91
%36.38

CMYK Percentages of Color #d88bcb

%0
%36
%6
%15

Triadic Colors of #d88bcb

#d88bcb #cbd88b #8bcbd8

Analogous Colors of #d88bcb

#d88bcb #d88ba5 #bf8bd8

Monochromatic Colors of #d88bcb

#d88bcb

Complementary Color

#d88bcb #8bd898

#d88bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88bcb Color CSS Codes

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

#d88bcb Text Font Color

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

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


#d88bcb Background Color

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

This div background color is #d88bcb


#d88bcb Border Color

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

This div border color is #d88bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88bcb


Comments

No comments written yet.

Please login to write comment.