Color Hex Logo

#e35512 Color Hex

#E35512
(227,85,18)
0 Favorites   0 Comments

Color spaces of #e35512

RGB 2278518
HSL0.050.850.48
HSV19°92°89°
CMYK 0.000.630.92   0.11
XYZ35.036222.87163.1403
Yxy22.87160.57390.3746
Hunter Lab47.824347.077229.5838
CIE-Lab54.939852.730760.9762

#e35512 color RGB value is (227,85,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010101 00010010
Octal 343 125 22
Decimal 227 85 18
Hex E3 55 12

RGB Percentages of Color #e35512

%68.79
%25.76
%5.45

CMYK Percentages of Color #e35512

%0
%63
%92
%11

Triadic Colors of #e35512

#e35512 #12e355 #5512e3

Analogous Colors of #e35512

#e35512 #e3be12 #e31238

Monochromatic Colors of #e35512

#e35512

Complementary Color

#e35512 #12a0e3

#e35512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35512 Color CSS Codes

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

#e35512 Text Font Color

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

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


#e35512 Background Color

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

This div background color is #e35512


#e35512 Border Color

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

This div border color is #e35512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35512


Comments

No comments written yet.

Please login to write comment.