Color Hex Logo

#d89fbd Color Hex

#D89FBD
(216,159,189)
0 Favorites   0 Comments

Color spaces of #d89fbd

RGB 216159189
HSL0.910.420.74
HSV328°26°85°
CMYK 0.000.260.13   0.15
XYZ49.902343.069353.8272
Yxy43.06930.33990.2934
Hunter Lab65.627220.8821-2.6904
CIE-Lab71.602025.7695-7.1029

#d89fbd color RGB value is (216,159,189).

#d89fbd hex color red value is 216, green value is 159 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d89fbd hue: 0.91 , saturation: 0.42 and the lightness value of d89fbd is 0.74.

The process color (four color CMYK) of #d89fbd color hex is 0.00, 0.26, 0.13, 0.15. Web safe color of #d89fbd is #cc99cc. Color #d89fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011111 10111101
Octal 330 237 275
Decimal 216 159 189
Hex D8 9F BD

RGB Percentages of Color #d89fbd

%38.30
%28.19
%33.51

CMYK Percentages of Color #d89fbd

%0
%26
%13
%15

Triadic Colors of #d89fbd

#d89fbd #bdd89f #9fbdd8

Analogous Colors of #d89fbd

#d89fbd #d89fa1 #d79fd8

Monochromatic Colors of #d89fbd

#d89fbd

Complementary Color

#d89fbd #9fd8ba

#d89fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89fbd Color CSS Codes

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

#d89fbd Text Font Color

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

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


#d89fbd Background Color

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

This div background color is #d89fbd


#d89fbd Border Color

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

This div border color is #d89fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89fbd


Comments

No comments written yet.

Please login to write comment.