Color Hex Logo

#e04233 Color Hex

#E04233
(224,66,51)
0 Favorites   0 Comments

Color spaces of #e04233

RGB 2246651
HSL0.010.740.54
HSV77°88°
CMYK 0.000.710.77   0.12
XYZ33.286219.98275.2346
Yxy19.98270.56900.3416
Hunter Lab44.702054.686924.3486
CIE-Lab51.817660.117244.2041

#e04233 color RGB value is (224,66,51).

#e04233 hex color red value is 224, green value is 66 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #e04233 hue: 0.01 , saturation: 0.74 and the lightness value of e04233 is 0.54.

The process color (four color CMYK) of #e04233 color hex is 0.00, 0.71, 0.77, 0.12. Web safe color of #e04233 is #cc3333. Color #e04233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 00110011
Octal 340 102 63
Decimal 224 66 51
Hex E0 42 33

RGB Percentages of Color #e04233

%65.69
%19.35
%14.96

CMYK Percentages of Color #e04233

%0
%71
%77
%12

Triadic Colors of #e04233

#e04233 #33e042 #4233e0

Analogous Colors of #e04233

#e04233 #e09933 #e0337b

Monochromatic Colors of #e04233

#e04233

Complementary Color

#e04233 #33d1e0

#e04233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04233 Color CSS Codes

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

#e04233 Text Font Color

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

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


#e04233 Background Color

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

This div background color is #e04233


#e04233 Border Color

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

This div border color is #e04233


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,66,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e04233; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e04233;
  -webkit-box-shadow: 1px 1px 3px 2px #e04233;
  box-shadow:         1px 1px 3px 2px #e04233; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,66,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04233


Comments

No comments written yet.

Please login to write comment.