Color Hex Logo

#d89feb Color Hex

#D89FEB
(216,159,235)
0 Favorites   0 Comments

Color spaces of #d89feb

RGB 216159235
HSL0.790.660.77
HSV285°32°92°
CMYK 0.080.320.00   0.08
XYZ55.712445.393484.4227
Yxy45.39340.30030.2447
Hunter Lab67.374629.6969-27.1302
CIE-Lab73.150234.1797-30.0297

#d89feb color RGB value is (216,159,235).

#d89feb hex color red value is 216, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d89feb hue: 0.79 , saturation: 0.66 and the lightness value of d89feb is 0.77.

The process color (four color CMYK) of #d89feb color hex is 0.08, 0.32, 0.00, 0.08. Web safe color of #d89feb is #cc99ff. Color #d89feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011111 11101011
Octal 330 237 353
Decimal 216 159 235
Hex D8 9F EB

RGB Percentages of Color #d89feb

%35.41
%26.07
%38.52

CMYK Percentages of Color #d89feb

%8
%32
%0
%8

Triadic Colors of #d89feb

#d89feb #ebd89f #9febd8

Analogous Colors of #d89feb

#d89feb #eb9fd8 #b29feb

Monochromatic Colors of #d89feb

#d89feb

Complementary Color

#d89feb #b2eb9f

#d89feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89feb Color CSS Codes

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

#d89feb Text Font Color

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

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


#d89feb Background Color

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

This div background color is #d89feb


#d89feb Border Color

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

This div border color is #d89feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89feb

#d89feb Color Palettes


Comments

No comments written yet.

Please login to write comment.