Color Hex Logo

#e24354 Color Hex

#E24354
(226,67,84)
0 Favorites   0 Comments

Color spaces of #e24354

RGB 2266784
HSL0.980.730.57
HSV354°70°89°
CMYK 0.000.700.63   0.11
XYZ34.971420.823210.5636
Yxy20.82320.52700.3138
Hunter Lab45.632456.940518.2175
CIE-Lab52.755561.924926.6442

#e24354 color RGB value is (226,67,84).

#e24354 hex color red value is 226, green value is 67 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e24354 hue: 0.98 , saturation: 0.73 and the lightness value of e24354 is 0.57.

The process color (four color CMYK) of #e24354 color hex is 0.00, 0.70, 0.63, 0.11. Web safe color of #e24354 is #cc3366. Color #e24354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000011 01010100
Octal 342 103 124
Decimal 226 67 84
Hex E2 43 54

RGB Percentages of Color #e24354

%59.95
%17.77
%22.28

CMYK Percentages of Color #e24354

%0
%70
%63
%11

Triadic Colors of #e24354

#e24354 #54e243 #4354e2

Analogous Colors of #e24354

#e24354 #e28243 #e243a4

Monochromatic Colors of #e24354

#e24354

Complementary Color

#e24354 #43e2d1

#e24354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24354 Color CSS Codes

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

#e24354 Text Font Color

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

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


#e24354 Background Color

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

This div background color is #e24354


#e24354 Border Color

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

This div border color is #e24354


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,67,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e24354; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e24354;
  -webkit-box-shadow: 1px 1px 3px 2px #e24354;
  box-shadow:         1px 1px 3px 2px #e24354; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,67,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24354


Comments

No comments written yet.

Please login to write comment.