Color Hex Logo

#e34702 Color Hex

#E34702
(227,71,2)
0 Favorites   0 Comments

Color spaces of #e34702

RGB 227712
HSL0.050.980.45
HSV18°99°89°
CMYK 0.000.690.99   0.11
XYZ33.942720.84182.2913
Yxy20.84180.59470.3652
Hunter Lab45.652852.821628.9812
CIE-Lab52.775958.288763.3624

#e34702 color RGB value is (227,71,2).

#e34702 hex color red value is 227, green value is 71 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #e34702 hue: 0.05 , saturation: 0.98 and the lightness value of e34702 is 0.45.

The process color (four color CMYK) of #e34702 color hex is 0.00, 0.69, 0.99, 0.11. Web safe color of #e34702 is #cc3300. Color #e34702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000111 00000010
Octal 343 107 2
Decimal 227 71 2
Hex E3 47 2

RGB Percentages of Color #e34702

%75.67
%23.67
%0.67

CMYK Percentages of Color #e34702

%0
%69
%99
%11

Triadic Colors of #e34702

#e34702 #02e347 #4702e3

Analogous Colors of #e34702

#e34702 #e3b802 #e3022d

Monochromatic Colors of #e34702

#e34702

Complementary Color

#e34702 #029ee3

#e34702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34702 Color CSS Codes

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

#e34702 Text Font Color

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

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


#e34702 Background Color

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

This div background color is #e34702


#e34702 Border Color

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

This div border color is #e34702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34702


Comments

No comments written yet.

Please login to write comment.