Color Hex Logo

#de394c Color Hex

#DE394C
(222,57,76)
0 Favorites   0 Comments

Color spaces of #de394c

RGB 2225776
HSL0.980.710.55
HSV353°74°87°
CMYK 0.000.740.66   0.13
XYZ32.891818.97778.7669
Yxy18.97770.54240.3130
Hunter Lab43.563458.537418.5626
CIE-Lab50.661163.704828.5704

#de394c color RGB value is (222,57,76).

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

The process color (four color CMYK) of #de394c color hex is 0.00, 0.74, 0.66, 0.13. Web safe color of #de394c is #cc3333. Color #de394c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00111001 01001100
Octal 336 71 114
Decimal 222 57 76
Hex DE 39 4C

RGB Percentages of Color #de394c

%62.54
%16.06
%21.41

CMYK Percentages of Color #de394c

%0
%74
%66
%13

Triadic Colors of #de394c

#de394c #4cde39 #394cde

Analogous Colors of #de394c

#de394c #de7939 #de399f

Monochromatic Colors of #de394c

#de394c

Complementary Color

#de394c #39decb

#de394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de394c Color CSS Codes

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

#de394c Text Font Color

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

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


#de394c Background Color

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

This div background color is #de394c


#de394c Border Color

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

This div border color is #de394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de394c


Comments

No comments written yet.

Please login to write comment.