Color Hex Logo

#e9462a Color Hex

#E9462A
(233,70,42)
0 Favorites   0 Comments

Color spaces of #e9462a

RGB 2337042
HSL0.020.810.54
HSV82°91°
CMYK 0.000.700.82   0.09
XYZ36.212321.87114.5034
Yxy21.87110.57860.3495
Hunter Lab46.766556.374827.0272
CIE-Lab53.890061.223351.3344

#e9462a color RGB value is (233,70,42).

#e9462a hex color red value is 233, green value is 70 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #e9462a hue: 0.02 , saturation: 0.81 and the lightness value of e9462a is 0.54.

The process color (four color CMYK) of #e9462a color hex is 0.00, 0.70, 0.82, 0.09. Web safe color of #e9462a is #ff3333. Color #e9462a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000110 00101010
Octal 351 106 52
Decimal 233 70 42
Hex E9 46 2A

RGB Percentages of Color #e9462a

%67.54
%20.29
%12.17

CMYK Percentages of Color #e9462a

%0
%70
%82
%9

Triadic Colors of #e9462a

#e9462a #2ae946 #462ae9

Analogous Colors of #e9462a

#e9462a #e9a62a #e92a6e

Monochromatic Colors of #e9462a

#e9462a

Complementary Color

#e9462a #2acde9

#e9462a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9462a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9462a Color CSS Codes

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

#e9462a Text Font Color

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

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


#e9462a Background Color

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

This div background color is #e9462a


#e9462a Border Color

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

This div border color is #e9462a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,70,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9462a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9462a;
  -webkit-box-shadow: 1px 1px 3px 2px #e9462a;
  box-shadow:         1px 1px 3px 2px #e9462a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9462a


Comments

No comments written yet.

Please login to write comment.