Color Hex Logo

#e34017 Color Hex

#E34017
(227,64,23)
0 Favorites   0 Comments

Color spaces of #e34017

RGB 2276423
HSL0.030.820.49
HSV12°90°89°
CMYK 0.000.720.90   0.11
XYZ33.666620.05952.9081
Yxy20.05950.59450.3542
Hunter Lab44.787855.798127.5017
CIE-Lab51.904461.080757.2933

#e34017 color RGB value is (227,64,23).

#e34017 hex color red value is 227, green value is 64 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #e34017 hue: 0.03 , saturation: 0.82 and the lightness value of e34017 is 0.49.

The process color (four color CMYK) of #e34017 color hex is 0.00, 0.72, 0.90, 0.11. Web safe color of #e34017 is #cc3300. Color #e34017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 00010111
Octal 343 100 27
Decimal 227 64 23
Hex E3 40 17

RGB Percentages of Color #e34017

%72.29
%20.38
%7.32

CMYK Percentages of Color #e34017

%0
%72
%90
%11

Triadic Colors of #e34017

#e34017 #17e340 #4017e3

Analogous Colors of #e34017

#e34017 #e3a617 #e31754

Monochromatic Colors of #e34017

#e34017

Complementary Color

#e34017 #17bae3

#e34017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34017 Color CSS Codes

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

#e34017 Text Font Color

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

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


#e34017 Background Color

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

This div background color is #e34017


#e34017 Border Color

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

This div border color is #e34017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34017


Comments

No comments written yet.

Please login to write comment.