Color Hex Logo

#de6053 Color Hex

#DE6053
(222,96,83)
0 Favorites   0 Comments

Color spaces of #de6053

RGB 2229683
HSL0.020.680.60
HSV63°87°
CMYK 0.000.570.63   0.13
XYZ35.868424.519911.0259
Yxy24.51990.50230.3433
Hunter Lab49.517642.642021.4604
CIE-Lab56.604648.371231.9592

#de6053 color RGB value is (222,96,83).

#de6053 hex color red value is 222, green value is 96 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #de6053 hue: 0.02 , saturation: 0.68 and the lightness value of de6053 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100000 01010011
Octal 336 140 123
Decimal 222 96 83
Hex DE 60 53

RGB Percentages of Color #de6053

%55.36
%23.94
%20.70

CMYK Percentages of Color #de6053

%0
%57
%63
%13

Triadic Colors of #de6053

#de6053 #53de60 #6053de

Analogous Colors of #de6053

#de6053 #dea653 #de538c

Monochromatic Colors of #de6053

#de6053

Complementary Color

#de6053 #53d1de

#de6053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6053 Color CSS Codes

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

#de6053 Text Font Color

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

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


#de6053 Background Color

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

This div background color is #de6053


#de6053 Border Color

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

This div border color is #de6053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6053


Comments

No comments written yet.

Please login to write comment.