Color Hex Logo

#e84b3a Color Hex

#E84B3A
(232,75,58)
0 Favorites   0 Comments

Color spaces of #e84b3a

RGB 2327558
HSL0.020.790.57
HSV75°91°
CMYK 0.000.680.75   0.09
XYZ36.558522.49346.4178
Yxy22.49340.55840.3436
Hunter Lab47.427254.596225.1760
CIE-Lab54.546659.544343.7977

#e84b3a color RGB value is (232,75,58).

#e84b3a hex color red value is 232, green value is 75 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #e84b3a hue: 0.02 , saturation: 0.79 and the lightness value of e84b3a is 0.57.

The process color (four color CMYK) of #e84b3a color hex is 0.00, 0.68, 0.75, 0.09. Web safe color of #e84b3a is #ff3333. Color #e84b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001011 00111010
Octal 350 113 72
Decimal 232 75 58
Hex E8 4B 3A

RGB Percentages of Color #e84b3a

%63.56
%20.55
%15.89

CMYK Percentages of Color #e84b3a

%0
%68
%75
%9

Triadic Colors of #e84b3a

#e84b3a #3ae84b #4b3ae8

Analogous Colors of #e84b3a

#e84b3a #e8a23a #e83a80

Monochromatic Colors of #e84b3a

#e84b3a

Complementary Color

#e84b3a #3ad7e8

#e84b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84b3a Color CSS Codes

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

#e84b3a Text Font Color

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

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


#e84b3a Background Color

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

This div background color is #e84b3a


#e84b3a Border Color

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

This div border color is #e84b3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,75,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e84b3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e84b3a;
  -webkit-box-shadow: 1px 1px 3px 2px #e84b3a;
  box-shadow:         1px 1px 3px 2px #e84b3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84b3a


Comments

No comments written yet.

Please login to write comment.