Color Hex Logo

#e52218 Color Hex

#E52218
(229,34,24)
0 Favorites   0 Comments

Color spaces of #e52218

RGB 2293424
HSL0.010.810.50
HSV90°90°
CMYK 0.000.850.90   0.10
XYZ33.050017.86802.5711
Yxy17.86800.61790.3340
Hunter Lab42.270665.590025.9831
CIE-Lab49.335669.980055.2691

#e52218 color RGB value is (229,34,24).

#e52218 hex color red value is 229, green value is 34 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #e52218 hue: 0.01 , saturation: 0.81 and the lightness value of e52218 is 0.50.

The process color (four color CMYK) of #e52218 color hex is 0.00, 0.85, 0.90, 0.10. Web safe color of #e52218 is #cc3300. Color #e52218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 00011000
Octal 345 42 30
Decimal 229 34 24
Hex E5 22 18

RGB Percentages of Color #e52218

%79.79
%11.85
%8.36

CMYK Percentages of Color #e52218

%0
%85
%90
%10

Triadic Colors of #e52218

#e52218 #18e522 #2218e5

Analogous Colors of #e52218

#e52218 #e58918 #e51875

Monochromatic Colors of #e52218

#e52218

Complementary Color

#e52218 #18dbe5

#e52218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e52218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e52218 Color CSS Codes

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

#e52218 Text Font Color

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

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


#e52218 Background Color

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

This div background color is #e52218


#e52218 Border Color

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

This div border color is #e52218


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,34,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e52218; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e52218;
  -webkit-box-shadow: 1px 1px 3px 2px #e52218;
  box-shadow:         1px 1px 3px 2px #e52218; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,34,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e52218


Comments

No comments written yet.

Please login to write comment.