Color Hex Logo

#d989ce Color Hex

#D989CE
(217,137,206)
0 Favorites   0 Comments

Color spaces of #d989ce

RGB 217137206
HSL0.860.510.69
HSV308°37°85°
CMYK 0.000.370.05   0.15
XYZ48.701537.099362.9865
Yxy37.09930.32730.2493
Hunter Lab60.909236.1331-18.6756
CIE-Lab67.351540.8290-22.9356

#d989ce color RGB value is (217,137,206).

#d989ce hex color red value is 217, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d989ce hue: 0.86 , saturation: 0.51 and the lightness value of d989ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11001110
Octal 331 211 316
Decimal 217 137 206
Hex D9 89 CE

RGB Percentages of Color #d989ce

%38.75
%24.46
%36.79

CMYK Percentages of Color #d989ce

%0
%37
%5
%15

Triadic Colors of #d989ce

#d989ce #ced989 #89ced9

Analogous Colors of #d989ce

#d989ce #d989a6 #bc89d9

Monochromatic Colors of #d989ce

#d989ce

Complementary Color

#d989ce #89d994

#d989ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989ce Color CSS Codes

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

#d989ce Text Font Color

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

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


#d989ce Background Color

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

This div background color is #d989ce


#d989ce Border Color

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

This div border color is #d989ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989ce


Comments

No comments written yet.

Please login to write comment.