Color Hex Logo

#e45001 Color Hex

#E45001
(228,80,1)
0 Favorites   0 Comments

Color spaces of #e45001

RGB 228801
HSL0.060.990.45
HSV21°100°89°
CMYK 0.000.651.00   0.11
XYZ34.869022.23352.4824
Yxy22.23350.58520.3731
Hunter Lab47.152449.483229.8853
CIE-Lab54.273955.030064.4509

#e45001 color RGB value is (228,80,1).

#e45001 hex color red value is 228, green value is 80 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e45001 hue: 0.06 , saturation: 0.99 and the lightness value of e45001 is 0.45.

The process color (four color CMYK) of #e45001 color hex is 0.00, 0.65, 1.00, 0.11. Web safe color of #e45001 is #cc6600. Color #e45001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 00000001
Octal 344 120 1
Decimal 228 80 1
Hex E4 50 1

RGB Percentages of Color #e45001

%73.79
%25.89
%0.32

CMYK Percentages of Color #e45001

%0
%65
%100
%11

Triadic Colors of #e45001

#e45001 #01e450 #5001e4

Analogous Colors of #e45001

#e45001 #e4c201 #e40124

Monochromatic Colors of #e45001

#e45001

Complementary Color

#e45001 #0195e4

#e45001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45001 Color CSS Codes

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

#e45001 Text Font Color

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

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


#e45001 Background Color

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

This div background color is #e45001


#e45001 Border Color

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

This div border color is #e45001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45001


Comments

No comments written yet.

Please login to write comment.