Color Hex Logo

#e25023 Color Hex

#E25023
(226,80,35)
0 Favorites   0 Comments

Color spaces of #e25023

RGB 2268035
HSL0.040.770.51
HSV14°85°89°
CMYK 0.000.650.85   0.11
XYZ34.536122.02744.0216
Yxy22.02740.57000.3636
Hunter Lab46.933449.216627.7729
CIE-Lab54.056154.826154.1809

#e25023 color RGB value is (226,80,35).

#e25023 hex color red value is 226, green value is 80 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #e25023 hue: 0.04 , saturation: 0.77 and the lightness value of e25023 is 0.51.

The process color (four color CMYK) of #e25023 color hex is 0.00, 0.65, 0.85, 0.11. Web safe color of #e25023 is #cc6633. Color #e25023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010000 00100011
Octal 342 120 43
Decimal 226 80 35
Hex E2 50 23

RGB Percentages of Color #e25023

%66.28
%23.46
%10.26

CMYK Percentages of Color #e25023

%0
%65
%85
%11

Triadic Colors of #e25023

#e25023 #23e250 #5023e2

Analogous Colors of #e25023

#e25023 #e2b023 #e22355

Monochromatic Colors of #e25023

#e25023

Complementary Color

#e25023 #23b5e2

#e25023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25023 Color CSS Codes

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

#e25023 Text Font Color

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

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


#e25023 Background Color

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

This div background color is #e25023


#e25023 Border Color

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

This div border color is #e25023


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,80,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25023


Comments

No comments written yet.

Please login to write comment.