Color Hex Logo

#e45312 Color Hex

#E45312
(228,83,18)
0 Favorites   0 Comments

Color spaces of #e45312

RGB 2288318
HSL0.050.850.48
HSV19°92°89°
CMYK 0.000.640.92   0.11
XYZ35.197322.72423.1034
Yxy22.72420.57680.3724
Hunter Lab47.669948.374029.5090
CIE-Lab54.787153.937660.9541

#e45312 color RGB value is (228,83,18).

#e45312 hex color red value is 228, green value is 83 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e45312 hue: 0.05 , saturation: 0.85 and the lightness value of e45312 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010011 00010010
Octal 344 123 22
Decimal 228 83 18
Hex E4 53 12

RGB Percentages of Color #e45312

%69.30
%25.23
%5.47

CMYK Percentages of Color #e45312

%0
%64
%92
%11

Triadic Colors of #e45312

#e45312 #12e453 #5312e4

Analogous Colors of #e45312

#e45312 #e4bc12 #e4123a

Monochromatic Colors of #e45312

#e45312

Complementary Color

#e45312 #12a3e4

#e45312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e45312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e45312 Color CSS Codes

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

#e45312 Text Font Color

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

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


#e45312 Background Color

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

This div background color is #e45312


#e45312 Border Color

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

This div border color is #e45312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e45312


Comments

No comments written yet.

Please login to write comment.