Color Hex Logo

#e21e07 Color Hex

#E21E07
(226,30,7)
0 Favorites   0 Comments

Color spaces of #e21e07

RGB 226307
HSL0.020.940.46
HSV97°89°
CMYK 0.000.870.97   0.11
XYZ31.866717.11261.8245
Yxy17.11260.62730.3368
Hunter Lab41.367465.111726.3422
CIE-Lab48.401669.758759.8583

#e21e07 color RGB value is (226,30,7).

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

The process color (four color CMYK) of #e21e07 color hex is 0.00, 0.87, 0.97, 0.11. Web safe color of #e21e07 is #cc3300. Color #e21e07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011110 00000111
Octal 342 36 7
Decimal 226 30 7
Hex E2 1E 7

RGB Percentages of Color #e21e07

%85.93
%11.41
%2.66

CMYK Percentages of Color #e21e07

%0
%87
%97
%11

Triadic Colors of #e21e07

#e21e07 #07e21e #1e07e2

Analogous Colors of #e21e07

#e21e07 #e28c07 #e2075e

Monochromatic Colors of #e21e07

#e21e07

Complementary Color

#e21e07 #07cbe2

#e21e07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21e07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21e07 Color CSS Codes

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

#e21e07 Text Font Color

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

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


#e21e07 Background Color

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

This div background color is #e21e07


#e21e07 Border Color

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

This div border color is #e21e07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21e07


Comments

No comments written yet.

Please login to write comment.