Color Hex Logo

#de013c Color Hex

#DE013C
(222,1,60)
0 Favorites   0 Comments

Color spaces of #de013c

RGB 222160
HSL0.960.990.44
HSV344°100°87°
CMYK 0.001.000.73   0.13
XYZ30.950715.87755.7084
Yxy15.87750.58910.3022
Hunter Lab39.846668.917819.3988
CIE-Lab46.813473.244033.4449

#de013c color RGB value is (222,1,60).

#de013c hex color red value is 222, green value is 1 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #de013c hue: 0.96 , saturation: 0.99 and the lightness value of de013c is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000001 00111100
Octal 336 1 74
Decimal 222 1 60
Hex DE 1 3C

RGB Percentages of Color #de013c

%78.45
%0.35
%21.20

CMYK Percentages of Color #de013c

%0
%100
%73
%13

Triadic Colors of #de013c

#de013c #3cde01 #013cde

Analogous Colors of #de013c

#de013c #de3401 #de01ab

Monochromatic Colors of #de013c

#de013c

Complementary Color

#de013c #01dea3

#de013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de013c Color CSS Codes

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

#de013c Text Font Color

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

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


#de013c Background Color

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

This div background color is #de013c


#de013c Border Color

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

This div border color is #de013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de013c


Comments

No comments written yet.

Please login to write comment.