Color Hex Logo

#e94834 Color Hex

#E94834
(233,72,52)
0 Favorites   0 Comments

Color spaces of #e94834

RGB 2337252
HSL0.020.800.56
HSV78°91°
CMYK 0.000.690.78   0.09
XYZ36.541522.20635.6091
Yxy22.20630.56780.3450
Hunter Lab47.123655.949825.9292
CIE-Lab54.245260.787246.6951

#e94834 color RGB value is (233,72,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001000 00110100
Octal 351 110 64
Decimal 233 72 52
Hex E9 48 34

RGB Percentages of Color #e94834

%65.27
%20.17
%14.57

CMYK Percentages of Color #e94834

%0
%69
%78
%9

Triadic Colors of #e94834

#e94834 #34e948 #4834e9

Analogous Colors of #e94834

#e94834 #e9a334 #e9347b

Monochromatic Colors of #e94834

#e94834

Complementary Color

#e94834 #34d5e9

#e94834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94834 Color CSS Codes

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

#e94834 Text Font Color

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

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


#e94834 Background Color

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

This div background color is #e94834


#e94834 Border Color

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

This div border color is #e94834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94834


Comments

No comments written yet.

Please login to write comment.