Color Hex Logo

#e24858 Color Hex

#E24858
(226,72,88)
0 Favorites   0 Comments

Color spaces of #e24858

RGB 2267288
HSL0.980.730.58
HSV354°68°89°
CMYK 0.000.680.61   0.11
XYZ35.442821.508111.5159
Yxy21.50810.51770.3141
Hunter Lab46.376855.256517.7414
CIE-Lab53.501260.313425.2474

#e24858 color RGB value is (226,72,88).

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

The process color (four color CMYK) of #e24858 color hex is 0.00, 0.68, 0.61, 0.11. Web safe color of #e24858 is #cc3366. Color #e24858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01001000 01011000
Octal 342 110 130
Decimal 226 72 88
Hex E2 48 58

RGB Percentages of Color #e24858

%58.55
%18.65
%22.80

CMYK Percentages of Color #e24858

%0
%68
%61
%11

Triadic Colors of #e24858

#e24858 #58e248 #4858e2

Analogous Colors of #e24858

#e24858 #e28548 #e248a5

Monochromatic Colors of #e24858

#e24858

Complementary Color

#e24858 #48e2d2

#e24858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24858 Color CSS Codes

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

#e24858 Text Font Color

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

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


#e24858 Background Color

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

This div background color is #e24858


#e24858 Border Color

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

This div border color is #e24858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24858


Comments

No comments written yet.

Please login to write comment.