Color Hex Logo

#d977b8 Color Hex

#D977B8
(217,119,184)
0 Favorites   0 Comments

Color spaces of #d977b8

RGB 217119184
HSL0.890.560.66
HSV320°45°85°
CMYK 0.000.450.15   0.15
XYZ43.863831.406149.0975
Yxy31.40610.35270.2525
Hunter Lab56.041141.6412-12.7150
CIE-Lab62.849046.5238-17.4197

#d977b8 color RGB value is (217,119,184).

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

The process color (four color CMYK) of #d977b8 color hex is 0.00, 0.45, 0.15, 0.15. Web safe color of #d977b8 is #cc66cc. Color #d977b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 10111000
Octal 331 167 270
Decimal 217 119 184
Hex D9 77 B8

RGB Percentages of Color #d977b8

%41.73
%22.88
%35.38

CMYK Percentages of Color #d977b8

%0
%45
%15
%15

Triadic Colors of #d977b8

#d977b8 #b8d977 #77b8d9

Analogous Colors of #d977b8

#d977b8 #d97787 #c977d9

Monochromatic Colors of #d977b8

#d977b8

Complementary Color

#d977b8 #77d998

#d977b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d977b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d977b8 Color CSS Codes

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

#d977b8 Text Font Color

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

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


#d977b8 Background Color

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

This div background color is #d977b8


#d977b8 Border Color

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

This div border color is #d977b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d977b8


Comments

No comments written yet.

Please login to write comment.