Color Hex Logo

#de0038 Color Hex

#DE0038
(222,0,56)
0 Favorites   0 Comments

Color spaces of #de0038

RGB 222056
HSL0.961.000.44
HSV345°100°87°
CMYK 0.001.000.75   0.13
XYZ30.838015.81515.1687
Yxy15.81510.59510.3052
Hunter Lab39.768268.822320.1318
CIE-Lab46.731073.181135.7404

#de0038 color RGB value is (222,0,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 00111000
Octal 336 0 70
Decimal 222 0 56
Hex DE 0 38

RGB Percentages of Color #de0038

%79.86
%0.00
%20.14

CMYK Percentages of Color #de0038

%0
%100
%75
%13

Triadic Colors of #de0038

#de0038 #38de00 #0038de

Analogous Colors of #de0038

#de0038 #de3700 #de00a7

Monochromatic Colors of #de0038

#de0038

Complementary Color

#de0038 #00dea6

#de0038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0038 Color CSS Codes

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

#de0038 Text Font Color

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

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


#de0038 Background Color

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

This div background color is #de0038


#de0038 Border Color

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

This div border color is #de0038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0038


Comments

No comments written yet.

Please login to write comment.