Color Hex Logo

#d89dca Color Hex

#D89DCA
(216,157,202)
0 Favorites   0 Comments

Color spaces of #d89dca

RGB 216157202
HSL0.870.430.73
HSV314°27°85°
CMYK 0.000.270.06   0.15
XYZ51.036542.977161.4826
Yxy42.97710.32820.2764
Hunter Lab65.556924.2388-9.7153
CIE-Lab71.539429.0722-14.3780

#d89dca color RGB value is (216,157,202).

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

The process color (four color CMYK) of #d89dca color hex is 0.00, 0.27, 0.06, 0.15. Web safe color of #d89dca is #cc99cc. Color #d89dca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10011101 11001010
Octal 330 235 312
Decimal 216 157 202
Hex D8 9D CA

RGB Percentages of Color #d89dca

%37.57
%27.30
%35.13

CMYK Percentages of Color #d89dca

%0
%27
%6
%15

Triadic Colors of #d89dca

#d89dca #cad89d #9dcad8

Analogous Colors of #d89dca

#d89dca #d89dad #c99dd8

Monochromatic Colors of #d89dca

#d89dca

Complementary Color

#d89dca #9dd8ab

#d89dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d89dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d89dca Color CSS Codes

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

#d89dca Text Font Color

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

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


#d89dca Background Color

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

This div background color is #d89dca


#d89dca Border Color

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

This div border color is #d89dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d89dca


Comments

No comments written yet.

Please login to write comment.