Color Hex Logo

#d1595e Color Hex

#D1595E
(209,89,94)
0 Favorites   0 Comments

Color spaces of #d1595e

RGB 2098994
HSL0.990.570.58
HSV358°57°82°
CMYK 0.000.570.55   0.18
XYZ31.887321.508213.0605
Yxy21.50820.47980.3236
Hunter Lab46.376941.571315.7668
CIE-Lab53.501347.852221.1950

#d1595e color RGB value is (209,89,94).

#d1595e hex color red value is 209, green value is 89 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d1595e hue: 0.99 , saturation: 0.57 and the lightness value of d1595e is 0.58.

The process color (four color CMYK) of #d1595e color hex is 0.00, 0.57, 0.55, 0.18. Web safe color of #d1595e is #cc6666. Color #d1595e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 01011110
Octal 321 131 136
Decimal 209 89 94
Hex D1 59 5E

RGB Percentages of Color #d1595e

%53.32
%22.70
%23.98

CMYK Percentages of Color #d1595e

%0
%57
%55
%18

Triadic Colors of #d1595e

#d1595e #5ed159 #595ed1

Analogous Colors of #d1595e

#d1595e #d19059 #d1599a

Monochromatic Colors of #d1595e

#d1595e

Complementary Color

#d1595e #59d1cc

#d1595e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1595e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1595e Color CSS Codes

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

#d1595e Text Font Color

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

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


#d1595e Background Color

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

This div background color is #d1595e


#d1595e Border Color

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

This div border color is #d1595e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1595e


Comments

No comments written yet.

Please login to write comment.