Color Hex Logo

#e94934 Color Hex

#E94934
(233,73,52)
0 Favorites   0 Comments

Color spaces of #e94934

RGB 2337352
HSL0.020.800.56
HSV78°91°
CMYK 0.000.690.78   0.09
XYZ36.606622.33675.6308
Yxy22.33670.56690.3459
Hunter Lab47.261755.549326.0193
CIE-Lab54.382460.411546.8358

#e94934 color RGB value is (233,73,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001001 00110100
Octal 351 111 64
Decimal 233 73 52
Hex E9 49 34

RGB Percentages of Color #e94934

%65.08
%20.39
%14.53

CMYK Percentages of Color #e94934

%0
%69
%78
%9

Triadic Colors of #e94934

#e94934 #34e949 #4934e9

Analogous Colors of #e94934

#e94934 #e9a434 #e9347a

Monochromatic Colors of #e94934

#e94934

Complementary Color

#e94934 #34d4e9

#e94934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94934 Color CSS Codes

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

#e94934 Text Font Color

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

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


#e94934 Background Color

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

This div background color is #e94934


#e94934 Border Color

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

This div border color is #e94934


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,73,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 #e94934">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94934


Comments

No comments written yet.

Please login to write comment.