Color Hex Logo

#d99190 Color Hex

#D99190
(217,145,144)
1 Favorites   0 Comments

Color spaces of #d99190

RGB 217145144
HSL0.000.490.71
HSV34°85°
CMYK 0.000.330.34   0.15
XYZ43.774737.016131.2232
Yxy37.01610.39080.3305
Hunter Lab60.840921.958412.1613
CIE-Lab67.289127.123511.7148

#d99190 color RGB value is (217,145,144).

#d99190 hex color red value is 217, green value is 145 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d99190 hue: 0.00 , saturation: 0.49 and the lightness value of d99190 is 0.71.

The process color (four color CMYK) of #d99190 color hex is 0.00, 0.33, 0.34, 0.15. Web safe color of #d99190 is #cc9999. Color #d99190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010001 10010000
Octal 331 221 220
Decimal 217 145 144
Hex D9 91 90

RGB Percentages of Color #d99190

%42.89
%28.66
%28.46

CMYK Percentages of Color #d99190

%0
%33
%34
%15

Triadic Colors of #d99190

#d99190 #90d991 #9190d9

Analogous Colors of #d99190

#d99190 #d9b690 #d990b4

Monochromatic Colors of #d99190

#d99190

Complementary Color

#d99190 #90d8d9

#d99190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99190 Color CSS Codes

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

#d99190 Text Font Color

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

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


#d99190 Background Color

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

This div background color is #d99190


#d99190 Border Color

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

This div border color is #d99190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99190


Comments

No comments written yet.

Please login to write comment.