Color Hex Logo

#de0738 Color Hex

#DE0738
(222,7,56)
0 Favorites   0 Comments

Color spaces of #de0738

RGB 222756
HSL0.960.940.45
HSV346°97°87°
CMYK 0.000.970.75   0.13
XYZ30.914015.96715.1940
Yxy15.96710.59360.3066
Hunter Lab39.958968.167820.2645
CIE-Lab46.931372.599635.9678

#de0738 color RGB value is (222,7,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000111 00111000
Octal 336 7 70
Decimal 222 7 56
Hex DE 7 38

RGB Percentages of Color #de0738

%77.89
%2.46
%19.65

CMYK Percentages of Color #de0738

%0
%97
%75
%13

Triadic Colors of #de0738

#de0738 #38de07 #0738de

Analogous Colors of #de0738

#de0738 #de4107 #de07a4

Monochromatic Colors of #de0738

#de0738

Complementary Color

#de0738 #07dead

#de0738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de0738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de0738 Color CSS Codes

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

#de0738 Text Font Color

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

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


#de0738 Background Color

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

This div background color is #de0738


#de0738 Border Color

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

This div border color is #de0738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de0738


Comments

No comments written yet.

Please login to write comment.