Color Hex Logo

#d88acb Color Hex

#D88ACB
(216,138,203)
0 Favorites   0 Comments

Color spaces of #d88acb

RGB 216138203
HSL0.860.500.69
HSV310°36°85°
CMYK 0.000.360.06   0.15
XYZ48.186937.087761.1188
Yxy37.08770.32920.2533
Hunter Lab60.899734.6638-16.8736
CIE-Lab67.342839.4522-21.2869

#d88acb color RGB value is (216,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11001011
Octal 330 212 313
Decimal 216 138 203
Hex D8 8A CB

RGB Percentages of Color #d88acb

%38.78
%24.78
%36.45

CMYK Percentages of Color #d88acb

%0
%36
%6
%15

Triadic Colors of #d88acb

#d88acb #cbd88a #8acbd8

Analogous Colors of #d88acb

#d88acb #d88aa4 #be8ad8

Monochromatic Colors of #d88acb

#d88acb

Complementary Color

#d88acb #8ad897

#d88acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88acb Color CSS Codes

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

#d88acb Text Font Color

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

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


#d88acb Background Color

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

This div background color is #d88acb


#d88acb Border Color

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

This div border color is #d88acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88acb


Comments

No comments written yet.

Please login to write comment.