Color Hex Logo

#d989cb Color Hex

#D989CB
(217,137,203)
0 Favorites   0 Comments

Color spaces of #d989cb

RGB 217137203
HSL0.860.510.69
HSV311°37°85°
CMYK 0.000.370.06   0.15
XYZ48.340436.954861.0851
Yxy36.95480.33020.2525
Hunter Lab60.790535.5594-17.0240
CIE-Lab67.243140.3047-21.4284

#d989cb color RGB value is (217,137,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001001 11001011
Octal 331 211 313
Decimal 217 137 203
Hex D9 89 CB

RGB Percentages of Color #d989cb

%38.96
%24.60
%36.45

CMYK Percentages of Color #d989cb

%0
%37
%6
%15

Triadic Colors of #d989cb

#d989cb #cbd989 #89cbd9

Analogous Colors of #d989cb

#d989cb #d989a3 #bf89d9

Monochromatic Colors of #d989cb

#d989cb

Complementary Color

#d989cb #89d997

#d989cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d989cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d989cb Color CSS Codes

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

#d989cb Text Font Color

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

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


#d989cb Background Color

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

This div background color is #d989cb


#d989cb Border Color

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

This div border color is #d989cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,137,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d989cb


Comments

No comments written yet.

Please login to write comment.