Color Hex Logo

#d88baf Color Hex

#D88BAF
(216,139,175)
0 Favorites   0 Comments

Color spaces of #d88baf

RGB 216139175
HSL0.920.500.70
HSV332°36°85°
CMYK 0.000.360.19   0.15
XYZ45.289436.159345.1499
Yxy36.15930.35770.2856
Hunter Lab60.132629.2068-2.4244
CIE-Lab66.641534.3183-6.6552

#d88baf color RGB value is (216,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 10101111
Octal 330 213 257
Decimal 216 139 175
Hex D8 8B AF

RGB Percentages of Color #d88baf

%40.75
%26.23
%33.02

CMYK Percentages of Color #d88baf

%0
%36
%19
%15

Triadic Colors of #d88baf

#d88baf #afd88b #8bafd8

Analogous Colors of #d88baf

#d88baf #d88e8b #d88bd6

Monochromatic Colors of #d88baf

#d88baf

Complementary Color

#d88baf #8bd8b4

#d88baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88baf Color CSS Codes

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

#d88baf Text Font Color

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

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


#d88baf Background Color

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

This div background color is #d88baf


#d88baf Border Color

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

This div border color is #d88baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88baf


Comments

No comments written yet.

Please login to write comment.