Color Hex Logo

#de593d Color Hex

#DE593D
(222,89,61)
0 Favorites   0 Comments

Color spaces of #de593d

RGB 2228961
HSL0.030.710.55
HSV10°73°87°
CMYK 0.000.600.73   0.13
XYZ34.538923.01137.0361
Yxy23.01130.53480.3563
Hunter Lab47.970144.573924.8826
CIE-Lab55.084050.405142.3008

#de593d color RGB value is (222,89,61).

#de593d hex color red value is 222, green value is 89 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #de593d hue: 0.03 , saturation: 0.71 and the lightness value of de593d is 0.55.

The process color (four color CMYK) of #de593d color hex is 0.00, 0.60, 0.73, 0.13. Web safe color of #de593d is #cc6633. Color #de593d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011001 00111101
Octal 336 131 75
Decimal 222 89 61
Hex DE 59 3D

RGB Percentages of Color #de593d

%59.68
%23.92
%16.40

CMYK Percentages of Color #de593d

%0
%60
%73
%13

Triadic Colors of #de593d

#de593d #3dde59 #593dde

Analogous Colors of #de593d

#de593d #deaa3d #de3d72

Monochromatic Colors of #de593d

#de593d

Complementary Color

#de593d #3dc2de

#de593d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de593d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de593d Color CSS Codes

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

#de593d Text Font Color

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

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


#de593d Background Color

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

This div background color is #de593d


#de593d Border Color

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

This div border color is #de593d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de593d


Comments

No comments written yet.

Please login to write comment.