Color Hex Logo

#d89bdf Color Hex

#D89BDF
(216,155,223)
0 Favorites   0 Comments

Color spaces of #d89bdf

RGB 216155223
HSL0.820.520.74
HSV294°30°87°
CMYK 0.030.300.00   0.13
XYZ53.359543.369375.3708
Yxy43.36930.31010.2520
Hunter Lab65.855429.3832-21.7580
CIE-Lab71.804934.0025-25.5325

#d89bdf color RGB value is (216,155,223).

#d89bdf hex color red value is 216, green value is 155 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d89bdf hue: 0.82 , saturation: 0.52 and the lightness value of d89bdf is 0.74.

The process color (four color CMYK) of #d89bdf color hex is 0.03, 0.30, 0.00, 0.13. Web safe color of #d89bdf is #cc99cc. Color #d89bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011011 11011111
Octal 330 233 337
Decimal 216 155 223
Hex D8 9B DF

RGB Percentages of Color #d89bdf

%36.36
%26.09
%37.54

CMYK Percentages of Color #d89bdf

%3
%30
%0
%13

Triadic Colors of #d89bdf

#d89bdf #dfd89b #9bdfd8

Analogous Colors of #d89bdf

#d89bdf #df9bc4 #b69bdf

Monochromatic Colors of #d89bdf

#d89bdf

Complementary Color

#d89bdf #a2df9b

#d89bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89bdf Color CSS Codes

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

#d89bdf Text Font Color

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

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


#d89bdf Background Color

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

This div background color is #d89bdf


#d89bdf Border Color

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

This div border color is #d89bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89bdf


Comments

No comments written yet.

Please login to write comment.