Color Hex Logo

#e24373 Color Hex

#E24373
(226,67,115)
0 Favorites   0 Comments

Color spaces of #e24373

RGB 22667115
HSL0.950.730.57
HSV342°70°89°
CMYK 0.000.700.49   0.11
XYZ36.465721.420918.4323
Yxy21.42090.47780.2807
Hunter Lab46.282759.64368.7854
CIE-Lab53.407164.14829.0297

#e24373 color RGB value is (226,67,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000011 01110011
Octal 342 103 163
Decimal 226 67 115
Hex E2 43 73

RGB Percentages of Color #e24373

%55.39
%16.42
%28.19

CMYK Percentages of Color #e24373

%0
%70
%49
%11

Triadic Colors of #e24373

#e24373 #73e243 #4373e2

Analogous Colors of #e24373

#e24373 #e26243 #e243c3

Monochromatic Colors of #e24373

#e24373

Complementary Color

#e24373 #43e2b2

#e24373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24373 Color CSS Codes

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

#e24373 Text Font Color

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

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


#e24373 Background Color

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

This div background color is #e24373


#e24373 Border Color

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

This div border color is #e24373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24373


Comments

No comments written yet.

Please login to write comment.