Color Hex Logo

#d89eee Color Hex

#D89EEE
(216,158,238)
0 Favorites   0 Comments

Color spaces of #d89eee

RGB 216158238
HSL0.790.700.78
HSV284°34°93°
CMYK 0.090.340.00   0.07
XYZ55.978445.225786.6680
Yxy45.22570.29800.2407
Hunter Lab67.250130.8944-29.3345
CIE-Lab73.040335.3184-31.8339

#d89eee color RGB value is (216,158,238).

#d89eee hex color red value is 216, green value is 158 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d89eee hue: 0.79 , saturation: 0.70 and the lightness value of d89eee is 0.78.

The process color (four color CMYK) of #d89eee color hex is 0.09, 0.34, 0.00, 0.07. Web safe color of #d89eee is #cc99ff. Color #d89eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011110 11101110
Octal 330 236 356
Decimal 216 158 238
Hex D8 9E EE

RGB Percentages of Color #d89eee

%35.29
%25.82
%38.89

CMYK Percentages of Color #d89eee

%9
%34
%0
%7

Triadic Colors of #d89eee

#d89eee #eed89e #9eeed8

Analogous Colors of #d89eee

#d89eee #ee9edc #b09eee

Monochromatic Colors of #d89eee

#d89eee

Complementary Color

#d89eee #b4ee9e

#d89eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89eee Color CSS Codes

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

#d89eee Text Font Color

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

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


#d89eee Background Color

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

This div background color is #d89eee


#d89eee Border Color

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

This div border color is #d89eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89eee


Comments

No comments written yet.

Please login to write comment.