Color Hex Logo

#e3950a Color Hex

#E3950A
(227,149,10)
0 Favorites   0 Comments

Color spaces of #e3950a

RGB 22714910
HSL0.110.920.46
HSV38°96°89°
CMYK 0.000.340.96   0.11
XYZ42.480837.84775.3535
Yxy37.84770.49580.4417
Hunter Lab61.520515.596037.9049
CIE-Lab67.908220.612471.3999

#e3950a color RGB value is (227,149,10).

#e3950a hex color red value is 227, green value is 149 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #e3950a hue: 0.11 , saturation: 0.92 and the lightness value of e3950a is 0.46.

The process color (four color CMYK) of #e3950a color hex is 0.00, 0.34, 0.96, 0.11. Web safe color of #e3950a is #cc9900. Color #e3950a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010101 00001010
Octal 343 225 12
Decimal 227 149 10
Hex E3 95 A

RGB Percentages of Color #e3950a

%58.81
%38.60
%2.59

CMYK Percentages of Color #e3950a

%0
%34
%96
%11

Triadic Colors of #e3950a

#e3950a #0ae395 #950ae3

Analogous Colors of #e3950a

#e3950a #c5e30a #e3290a

Monochromatic Colors of #e3950a

#e3950a

Complementary Color

#e3950a #0a58e3

#e3950a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3950a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3950a Color CSS Codes

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

#e3950a Text Font Color

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

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


#e3950a Background Color

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

This div background color is #e3950a


#e3950a Border Color

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

This div border color is #e3950a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3950a


Comments

No comments written yet.

Please login to write comment.