Color Hex Logo

#de363e Color Hex

#DE363E
(222,54,62)
0 Favorites   0 Comments

Color spaces of #de363e

RGB 2225462
HSL0.990.720.54
HSV357°76°87°
CMYK 0.000.760.72   0.13
XYZ32.312918.51576.4282
Yxy18.51570.56440.3234
Hunter Lab43.029958.740721.2636
CIE-Lab50.115763.984036.1161

#de363e color RGB value is (222,54,62).

#de363e hex color red value is 222, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de363e hue: 0.99 , saturation: 0.72 and the lightness value of de363e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00110110 00111110
Octal 336 66 76
Decimal 222 54 62
Hex DE 36 3E

RGB Percentages of Color #de363e

%65.68
%15.98
%18.34

CMYK Percentages of Color #de363e

%0
%76
%72
%13

Triadic Colors of #de363e

#de363e #3ede36 #363ede

Analogous Colors of #de363e

#de363e #de8236 #de3692

Monochromatic Colors of #de363e

#de363e

Complementary Color

#de363e #36ded6

#de363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de363e Color CSS Codes

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

#de363e Text Font Color

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

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


#de363e Background Color

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

This div background color is #de363e


#de363e Border Color

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

This div border color is #de363e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,54,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 #de363e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de363e


Comments

No comments written yet.

Please login to write comment.