Color Hex Logo

#e64924 Color Hex

#E64924
(230,73,36)
0 Favorites   0 Comments

Color spaces of #e64924

RGB 2307336
HSL0.030.800.52
HSV11°84°90°
CMYK 0.000.680.84   0.10
XYZ35.334121.71553.9983
Yxy21.71550.57880.3557
Hunter Lab46.599953.796827.5328
CIE-Lab53.723858.985353.7370

#e64924 color RGB value is (230,73,36).

#e64924 hex color red value is 230, green value is 73 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #e64924 hue: 0.03 , saturation: 0.80 and the lightness value of e64924 is 0.52.

The process color (four color CMYK) of #e64924 color hex is 0.00, 0.68, 0.84, 0.10. Web safe color of #e64924 is #ff3333. Color #e64924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01001001 00100100
Octal 346 111 44
Decimal 230 73 36
Hex E6 49 24

RGB Percentages of Color #e64924

%67.85
%21.53
%10.62

CMYK Percentages of Color #e64924

%0
%68
%84
%10

Triadic Colors of #e64924

#e64924 #24e649 #4924e6

Analogous Colors of #e64924

#e64924 #e6aa24 #e62460

Monochromatic Colors of #e64924

#e64924

Complementary Color

#e64924 #24c1e6

#e64924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e64924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e64924 Color CSS Codes

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

#e64924 Text Font Color

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

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


#e64924 Background Color

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

This div background color is #e64924


#e64924 Border Color

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

This div border color is #e64924


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,73,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e64924

#e64924 Color Palettes


Comments

No comments written yet.

Please login to write comment.