Color Hex Logo

#d977db Color Hex

#D977DB
(217,119,219)
0 Favorites   0 Comments

Color spaces of #d977db

RGB 217119219
HSL0.830.580.66
HSV299°46°86°
CMYK 0.010.460.00   0.14
XYZ47.998333.059870.8692
Yxy33.05980.31590.2176
Hunter Lab57.497748.3886-32.8300
CIE-Lab64.209352.4378-35.0336

#d977db color RGB value is (217,119,219).

#d977db hex color red value is 217, green value is 119 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d977db hue: 0.83 , saturation: 0.58 and the lightness value of d977db is 0.66.

The process color (four color CMYK) of #d977db color hex is 0.01, 0.46, 0.00, 0.14. Web safe color of #d977db is #cc66cc. Color #d977db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 11011011
Octal 331 167 333
Decimal 217 119 219
Hex D9 77 DB

RGB Percentages of Color #d977db

%39.10
%21.44
%39.46

CMYK Percentages of Color #d977db

%1
%46
%0
%14

Triadic Colors of #d977db

#d977db #dbd977 #77dbd9

Analogous Colors of #d977db

#d977db #db77ab #a777db

Monochromatic Colors of #d977db

#d977db

Complementary Color

#d977db #79db77

#d977db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977db Color CSS Codes

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

#d977db Text Font Color

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

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


#d977db Background Color

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

This div background color is #d977db


#d977db Border Color

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

This div border color is #d977db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977db


Comments

No comments written yet.

Please login to write comment.