Color Hex Logo

#de5f5a Color Hex

#DE5F5A
(222,95,90)
0 Favorites   0 Comments

Color spaces of #de5f5a

RGB 2229590
HSL0.010.670.61
HSV59°87°
CMYK 0.000.570.59   0.13
XYZ36.061924.452212.4919
Yxy24.45220.49400.3349
Hunter Lab49.449243.639019.6365
CIE-Lab56.537749.308127.8830

#de5f5a color RGB value is (222,95,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011111 01011010
Octal 336 137 132
Decimal 222 95 90
Hex DE 5F 5A

RGB Percentages of Color #de5f5a

%54.55
%23.34
%22.11

CMYK Percentages of Color #de5f5a

%0
%57
%59
%13

Triadic Colors of #de5f5a

#de5f5a #5ade5f #5f5ade

Analogous Colors of #de5f5a

#de5f5a #dea15a #de5a97

Monochromatic Colors of #de5f5a

#de5f5a

Complementary Color

#de5f5a #5ad9de

#de5f5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5f5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5f5a Color CSS Codes

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

#de5f5a Text Font Color

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

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


#de5f5a Background Color

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

This div background color is #de5f5a


#de5f5a Border Color

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

This div border color is #de5f5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5f5a


Comments

No comments written yet.

Please login to write comment.