Color Hex Logo

#de595c Color Hex

#DE595C
(222,89,92)
0 Favorites   0 Comments

Color spaces of #de595c

RGB 2228992
HSL1.000.670.61
HSV359°60°87°
CMYK 0.000.600.59   0.13
XYZ35.628323.447112.7731
Yxy23.44710.49590.3263
Hunter Lab48.422246.598618.2557
CIE-Lab55.529952.195525.4216

#de595c color RGB value is (222,89,92).

#de595c hex color red value is 222, green value is 89 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #de595c hue: 1.00 , saturation: 0.67 and the lightness value of de595c is 0.61.

The process color (four color CMYK) of #de595c color hex is 0.00, 0.60, 0.59, 0.13. Web safe color of #de595c is #cc6666. Color #de595c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 01011100
Octal 336 131 134
Decimal 222 89 92
Hex DE 59 5C

RGB Percentages of Color #de595c

%55.09
%22.08
%22.83

CMYK Percentages of Color #de595c

%0
%60
%59
%13

Triadic Colors of #de595c

#de595c #5cde59 #595cde

Analogous Colors of #de595c

#de595c #de9959 #de599f

Monochromatic Colors of #de595c

#de595c

Complementary Color

#de595c #59dedb

#de595c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de595c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de595c Color CSS Codes

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

#de595c Text Font Color

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

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


#de595c Background Color

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

This div background color is #de595c


#de595c Border Color

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

This div border color is #de595c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de595c


Comments

No comments written yet.

Please login to write comment.