Color Hex Logo

#d89cee Color Hex

#D89CEE
(216,156,238)
0 Favorites   0 Comments

Color spaces of #d89cee

RGB 216156238
HSL0.790.710.77
HSV284°34°93°
CMYK 0.090.340.00   0.07
XYZ55.640044.548986.5552
Yxy44.54890.29790.2386
Hunter Lab66.745031.9977-30.1661
CIE-Lab72.593936.3962-32.5231

#d89cee color RGB value is (216,156,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011100 11101110
Octal 330 234 356
Decimal 216 156 238
Hex D8 9C EE

RGB Percentages of Color #d89cee

%35.41
%25.57
%39.02

CMYK Percentages of Color #d89cee

%9
%34
%0
%7

Triadic Colors of #d89cee

#d89cee #eed89c #9ceed8

Analogous Colors of #d89cee

#d89cee #ee9cdb #af9cee

Monochromatic Colors of #d89cee

#d89cee

Complementary Color

#d89cee #b2ee9c

#d89cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89cee Color CSS Codes

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

#d89cee Text Font Color

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

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


#d89cee Background Color

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

This div background color is #d89cee


#d89cee Border Color

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

This div border color is #d89cee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,156,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 #d89cee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89cee


Comments

No comments written yet.

Please login to write comment.