Color Hex Logo

#d99380 Color Hex

#D99380
(217,147,128)
0 Favorites   0 Comments

Color spaces of #d99380

RGB 217147128
HSL0.040.540.68
HSV13°41°85°
CMYK 0.000.320.41   0.15
XYZ42.945337.177725.3346
Yxy37.17770.40720.3525
Hunter Lab60.973519.018718.0464
CIE-Lab67.410124.147620.7984

#d99380 color RGB value is (217,147,128).

#d99380 hex color red value is 217, green value is 147 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #d99380 hue: 0.04 , saturation: 0.54 and the lightness value of d99380 is 0.68.

The process color (four color CMYK) of #d99380 color hex is 0.00, 0.32, 0.41, 0.15. Web safe color of #d99380 is #cc9999. Color #d99380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 10000000
Octal 331 223 200
Decimal 217 147 128
Hex D9 93 80

RGB Percentages of Color #d99380

%44.11
%29.88
%26.02

CMYK Percentages of Color #d99380

%0
%32
%41
%15

Triadic Colors of #d99380

#d99380 #80d993 #9380d9

Analogous Colors of #d99380

#d99380 #d9c080 #d9809a

Monochromatic Colors of #d99380

#d99380

Complementary Color

#d99380 #80c6d9

#d99380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99380 Color CSS Codes

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

#d99380 Text Font Color

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

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


#d99380 Background Color

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

This div background color is #d99380


#d99380 Border Color

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

This div border color is #d99380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99380


Comments

No comments written yet.

Please login to write comment.