Color Hex Logo

#d99176 Color Hex

#D99176
(217,145,118)
0 Favorites   0 Comments

Color spaces of #d99176

RGB 217145118
HSL0.050.570.66
HSV16°46°85°
CMYK 0.000.330.46   0.15
XYZ42.010736.310521.9340
Yxy36.31050.41900.3622
Hunter Lab60.258218.994520.5992
CIE-Lab66.756524.161325.4418

#d99176 color RGB value is (217,145,118).

#d99176 hex color red value is 217, green value is 145 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d99176 hue: 0.05 , saturation: 0.57 and the lightness value of d99176 is 0.66.

The process color (four color CMYK) of #d99176 color hex is 0.00, 0.33, 0.46, 0.15. Web safe color of #d99176 is #cc9966. Color #d99176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 01110110
Octal 331 221 166
Decimal 217 145 118
Hex D9 91 76

RGB Percentages of Color #d99176

%45.21
%30.21
%24.58

CMYK Percentages of Color #d99176

%0
%33
%46
%15

Triadic Colors of #d99176

#d99176 #76d991 #9176d9

Analogous Colors of #d99176

#d99176 #d9c376 #d9768d

Monochromatic Colors of #d99176

#d99176

Complementary Color

#d99176 #76bed9

#d99176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99176 Color CSS Codes

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

#d99176 Text Font Color

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

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


#d99176 Background Color

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

This div background color is #d99176


#d99176 Border Color

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

This div border color is #d99176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99176


Comments

No comments written yet.

Please login to write comment.