Color Hex Logo

#de293e Color Hex

#DE293E
(222,41,62)
0 Favorites   0 Comments

Color spaces of #de293e

RGB 2224162
HSL0.980.730.52
HSV353°82°87°
CMYK 0.000.820.72   0.13
XYZ31.786617.46336.2528
Yxy17.46330.57270.3146
Hunter Lab41.789162.643820.3810
CIE-Lab48.838667.583934.6290

#de293e color RGB value is (222,41,62).

#de293e hex color red value is 222, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de293e hue: 0.98 , saturation: 0.73 and the lightness value of de293e is 0.52.

The process color (four color CMYK) of #de293e color hex is 0.00, 0.82, 0.72, 0.13. Web safe color of #de293e is #cc3333. Color #de293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 00111110
Octal 336 51 76
Decimal 222 41 62
Hex DE 29 3E

RGB Percentages of Color #de293e

%68.31
%12.62
%19.08

CMYK Percentages of Color #de293e

%0
%82
%72
%13

Triadic Colors of #de293e

#de293e #3ede29 #293ede

Analogous Colors of #de293e

#de293e #de6f29 #de2999

Monochromatic Colors of #de293e

#de293e

Complementary Color

#de293e #29dec9

#de293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de293e Color CSS Codes

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

#de293e Text Font Color

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

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


#de293e Background Color

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

This div background color is #de293e


#de293e Border Color

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

This div border color is #de293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de293e


Comments

No comments written yet.

Please login to write comment.