Color Hex Logo

#d97777 Color Hex

#D97777
(217,119,119)
0 Favorites   0 Comments

Color spaces of #d97777

RGB 217119119
HSL0.000.560.66
HSV45°85°
CMYK 0.000.450.45   0.15
XYZ38.541929.277321.0725
Yxy29.27730.43360.3294
Hunter Lab54.108532.457014.7855
CIE-Lab61.025638.078317.1164

#d97777 color RGB value is (217,119,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110111 01110111
Octal 331 167 167
Decimal 217 119 119
Hex D9 77 77

RGB Percentages of Color #d97777

%47.69
%26.15
%26.15

CMYK Percentages of Color #d97777

%0
%45
%45
%15

Triadic Colors of #d97777

#d97777 #77d977 #7777d9

Analogous Colors of #d97777

#d97777 #d9a877 #d977a8

Monochromatic Colors of #d97777

#d97777

Complementary Color

#d97777 #77d9d9

#d97777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97777 Color CSS Codes

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

#d97777 Text Font Color

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

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


#d97777 Background Color

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

This div background color is #d97777


#d97777 Border Color

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

This div border color is #d97777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97777


Comments

No comments written yet.

Please login to write comment.