Color Hex Logo

#e35019 Color Hex

#E35019
(227,80,25)
0 Favorites   0 Comments

Color spaces of #e35019

RGB 2278025
HSL0.050.800.49
HSV16°89°89°
CMYK 0.000.650.89   0.11
XYZ34.722722.13843.3628
Yxy22.13840.57660.3676
Hunter Lab47.051549.388128.6985
CIE-Lab54.173554.961258.2394

#e35019 color RGB value is (227,80,25).

#e35019 hex color red value is 227, green value is 80 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #e35019 hue: 0.05 , saturation: 0.80 and the lightness value of e35019 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 00011001
Octal 343 120 31
Decimal 227 80 25
Hex E3 50 19

RGB Percentages of Color #e35019

%68.37
%24.10
%7.53

CMYK Percentages of Color #e35019

%0
%65
%89
%11

Triadic Colors of #e35019

#e35019 #19e350 #5019e3

Analogous Colors of #e35019

#e35019 #e3b519 #e31947

Monochromatic Colors of #e35019

#e35019

Complementary Color

#e35019 #19ace3

#e35019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35019 Color CSS Codes

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

#e35019 Text Font Color

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

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


#e35019 Background Color

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

This div background color is #e35019


#e35019 Border Color

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

This div border color is #e35019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35019


Comments

No comments written yet.

Please login to write comment.