Color Hex Logo

#e83934 Color Hex

#E83934
(232,57,52)
0 Favorites   0 Comments

Color spaces of #e83934

RGB 2325752
HSL0.000.800.56
HSV78°91°
CMYK 0.000.750.78   0.09
XYZ35.361720.33005.3091
Yxy20.33000.57970.3333
Hunter Lab45.088861.086424.5809
CIE-Lab52.208365.611444.5342

#e83934 color RGB value is (232,57,52).

#e83934 hex color red value is 232, green value is 57 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #e83934 hue: 0.00 , saturation: 0.80 and the lightness value of e83934 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111001 00110100
Octal 350 71 64
Decimal 232 57 52
Hex E8 39 34

RGB Percentages of Color #e83934

%68.04
%16.72
%15.25

CMYK Percentages of Color #e83934

%0
%75
%78
%9

Triadic Colors of #e83934

#e83934 #34e839 #3934e8

Analogous Colors of #e83934

#e83934 #e89334 #e83489

Monochromatic Colors of #e83934

#e83934

Complementary Color

#e83934 #34e3e8

#e83934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83934 Color CSS Codes

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

#e83934 Text Font Color

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

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


#e83934 Background Color

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

This div background color is #e83934


#e83934 Border Color

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

This div border color is #e83934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83934


Comments

No comments written yet.

Please login to write comment.