Color Hex Logo

#e02107 Color Hex

#E02107
(224,33,7)
0 Favorites   0 Comments

Color spaces of #e02107

RGB 224337
HSL0.020.940.45
HSV97°88°
CMYK 0.000.850.97   0.12
XYZ31.322716.95031.8219
Yxy16.95030.62530.3384
Hunter Lab41.170763.754026.1958
CIE-Lab48.197468.651259.5305

#e02107 color RGB value is (224,33,7).

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

The process color (four color CMYK) of #e02107 color hex is 0.00, 0.85, 0.97, 0.12. Web safe color of #e02107 is #cc3300. Color #e02107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100001 00000111
Octal 340 41 7
Decimal 224 33 7
Hex E0 21 7

RGB Percentages of Color #e02107

%84.85
%12.50
%2.65

CMYK Percentages of Color #e02107

%0
%85
%97
%12

Triadic Colors of #e02107

#e02107 #07e021 #2107e0

Analogous Colors of #e02107

#e02107 #e08e07 #e0075a

Monochromatic Colors of #e02107

#e02107

Complementary Color

#e02107 #07c6e0

#e02107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02107 Color CSS Codes

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

#e02107 Text Font Color

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

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


#e02107 Background Color

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

This div background color is #e02107


#e02107 Border Color

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

This div border color is #e02107


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,33,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02107


Comments

No comments written yet.

Please login to write comment.