Color Hex Logo

#de113c Color Hex

#DE113C
(222,17,60)
0 Favorites   0 Comments

Color spaces of #de113c

RGB 2221760
HSL0.970.860.47
HSV347°92°87°
CMYK 0.000.920.73   0.13
XYZ31.140316.25675.7716
Yxy16.25670.58570.3058
Hunter Lab40.319667.302819.7366
CIE-Lab47.309571.806534.0251

#de113c color RGB value is (222,17,60).

#de113c hex color red value is 222, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #de113c hue: 0.97 , saturation: 0.86 and the lightness value of de113c is 0.47.

The process color (four color CMYK) of #de113c color hex is 0.00, 0.92, 0.73, 0.13. Web safe color of #de113c is #cc0033. Color #de113c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010001 00111100
Octal 336 21 74
Decimal 222 17 60
Hex DE 11 3C

RGB Percentages of Color #de113c

%74.25
%5.69
%20.07

CMYK Percentages of Color #de113c

%0
%92
%73
%13

Triadic Colors of #de113c

#de113c #3cde11 #113cde

Analogous Colors of #de113c

#de113c #de4c11 #de11a3

Monochromatic Colors of #de113c

#de113c

Complementary Color

#de113c #11deb3

#de113c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de113c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de113c Color CSS Codes

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

#de113c Text Font Color

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

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


#de113c Background Color

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

This div background color is #de113c


#de113c Border Color

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

This div border color is #de113c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de113c


Comments

No comments written yet.

Please login to write comment.