Color Hex Logo

#de595b Color Hex

#DE595B
(222,89,91)
0 Favorites   0 Comments

Color spaces of #de595b

RGB 2228991
HSL1.000.670.61
HSV359°60°87°
CMYK 0.000.600.59   0.13
XYZ35.584923.429712.5444
Yxy23.42970.49730.3274
Hunter Lab48.404246.518818.5174
CIE-Lab55.512252.125325.9789

#de595b color RGB value is (222,89,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 01011011
Octal 336 131 133
Decimal 222 89 91
Hex DE 59 5B

RGB Percentages of Color #de595b

%55.22
%22.14
%22.64

CMYK Percentages of Color #de595b

%0
%60
%59
%13

Triadic Colors of #de595b

#de595b #5bde59 #595bde

Analogous Colors of #de595b

#de595b #de9a59 #de599e

Monochromatic Colors of #de595b

#de595b

Complementary Color

#de595b #59dedc

#de595b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de595b Color Preview on White Background

Lorem ipsum dolor sit amet.

#de595b Color CSS Codes

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

#de595b Text Font Color

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

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


#de595b Background Color

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

This div background color is #de595b


#de595b Border Color

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

This div border color is #de595b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de595b


Comments

No comments written yet.

Please login to write comment.