Color Hex Logo

#e25107 Color Hex

#E25107
(226,81,7)
0 Favorites   0 Comments

Color spaces of #e25107

RGB 226817
HSL0.060.940.46
HSV20°97°89°
CMYK 0.000.640.97   0.11
XYZ34.344822.06902.6506
Yxy22.06900.58150.3736
Hunter Lab46.977748.288329.5391
CIE-Lab54.100153.976162.8983

#e25107 color RGB value is (226,81,7).

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

The process color (four color CMYK) of #e25107 color hex is 0.00, 0.64, 0.97, 0.11. Web safe color of #e25107 is #cc6600. Color #e25107 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010001 00000111
Octal 342 121 7
Decimal 226 81 7
Hex E2 51 7

RGB Percentages of Color #e25107

%71.97
%25.80
%2.23

CMYK Percentages of Color #e25107

%0
%64
%97
%11

Triadic Colors of #e25107

#e25107 #07e251 #5107e2

Analogous Colors of #e25107

#e25107 #e2bf07 #e2072b

Monochromatic Colors of #e25107

#e25107

Complementary Color

#e25107 #0798e2

#e25107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25107 Color CSS Codes

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

#e25107 Text Font Color

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

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


#e25107 Background Color

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

This div background color is #e25107


#e25107 Border Color

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

This div border color is #e25107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25107


Comments

No comments written yet.

Please login to write comment.