Color Hex Logo

#d19590 Color Hex

#D19590
(209,149,144)
0 Favorites   0 Comments

Color spaces of #d19590

RGB 209149144
HSL0.010.410.69
HSV31°82°
CMYK 0.000.290.31   0.18
XYZ42.076037.063831.3219
Yxy37.06380.38090.3355
Hunter Lab60.880016.826512.1122
CIE-Lab67.324921.908711.6376

#d19590 color RGB value is (209,149,144).

#d19590 hex color red value is 209, green value is 149 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d19590 hue: 0.01 , saturation: 0.41 and the lightness value of d19590 is 0.69.

The process color (four color CMYK) of #d19590 color hex is 0.00, 0.29, 0.31, 0.18. Web safe color of #d19590 is #cc9999. Color #d19590 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10010101 10010000
Octal 321 225 220
Decimal 209 149 144
Hex D1 95 90

RGB Percentages of Color #d19590

%41.63
%29.68
%28.69

CMYK Percentages of Color #d19590

%0
%29
%31
%18

Triadic Colors of #d19590

#d19590 #90d195 #9590d1

Analogous Colors of #d19590

#d19590 #d1b690 #d190ac

Monochromatic Colors of #d19590

#d19590

Complementary Color

#d19590 #90ccd1

#d19590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d19590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d19590 Color CSS Codes

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

#d19590 Text Font Color

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

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


#d19590 Background Color

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

This div background color is #d19590


#d19590 Border Color

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

This div border color is #d19590


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,149,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 #d19590">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d19590


Comments

No comments written yet.

Please login to write comment.