Color Hex Logo

#d89dfb Color Hex

#D89DFB
(216,157,251)
0 Favorites   0 Comments

Color spaces of #d89dfb

RGB 216157251
HSL0.770.920.80
HSV278°37°98°
CMYK 0.140.370.00   0.02
XYZ57.788545.677997.0377
Yxy45.67790.28820.2278
Hunter Lab67.585434.3508-37.8175
CIE-Lab73.336038.5130-38.4396

#d89dfb color RGB value is (216,157,251).

#d89dfb hex color red value is 216, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d89dfb hue: 0.77 , saturation: 0.92 and the lightness value of d89dfb is 0.80.

The process color (four color CMYK) of #d89dfb color hex is 0.14, 0.37, 0.00, 0.02. Web safe color of #d89dfb is #cc99ff. Color #d89dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11111011
Octal 330 235 373
Decimal 216 157 251
Hex D8 9D FB

RGB Percentages of Color #d89dfb

%34.62
%25.16
%40.22

CMYK Percentages of Color #d89dfb

%14
%37
%0
%2

Triadic Colors of #d89dfb

#d89dfb #fbd89d #9dfbd8

Analogous Colors of #d89dfb

#d89dfb #fb9def #a99dfb

Monochromatic Colors of #d89dfb

#d89dfb

Complementary Color

#d89dfb #c0fb9d

#d89dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89dfb Color CSS Codes

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

#d89dfb Text Font Color

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

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


#d89dfb Background Color

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

This div background color is #d89dfb


#d89dfb Border Color

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

This div border color is #d89dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.