Color Hex Logo

#d89cce Color Hex

#D89CCE
(216,156,206)
0 Favorites   0 Comments

Color spaces of #d89cce

RGB 216156206
HSL0.860.430.73
HSV310°28°85°
CMYK 0.000.280.05   0.15
XYZ51.347942.832163.9536
Yxy42.83210.32470.2709
Hunter Lab65.446225.5169-12.1254
CIE-Lab71.440930.3219-16.7335

#d89cce color RGB value is (216,156,206).

#d89cce hex color red value is 216, green value is 156 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d89cce hue: 0.86 , saturation: 0.43 and the lightness value of d89cce is 0.73.

The process color (four color CMYK) of #d89cce color hex is 0.00, 0.28, 0.05, 0.15. Web safe color of #d89cce is #cc99cc. Color #d89cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011100 11001110
Octal 330 234 316
Decimal 216 156 206
Hex D8 9C CE

RGB Percentages of Color #d89cce

%37.37
%26.99
%35.64

CMYK Percentages of Color #d89cce

%0
%28
%5
%15

Triadic Colors of #d89cce

#d89cce #ced89c #9cced8

Analogous Colors of #d89cce

#d89cce #d89cb0 #c49cd8

Monochromatic Colors of #d89cce

#d89cce

Complementary Color

#d89cce #9cd8a6

#d89cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89cce Color CSS Codes

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

#d89cce Text Font Color

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

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


#d89cce Background Color

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

This div background color is #d89cce


#d89cce Border Color

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

This div border color is #d89cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89cce


Comments

No comments written yet.

Please login to write comment.