Color Hex Logo

#e24062 Color Hex

#E24062
(226,64,98)
0 Favorites   0 Comments

Color spaces of #e24062

RGB 2266498
HSL0.970.740.57
HSV347°72°89°
CMYK 0.000.720.57   0.11
XYZ35.402020.717413.6882
Yxy20.71740.50710.2968
Hunter Lab45.516459.181214.0311
CIE-Lab52.638863.892218.1525

#e24062 color RGB value is (226,64,98).

#e24062 hex color red value is 226, green value is 64 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #e24062 hue: 0.97 , saturation: 0.74 and the lightness value of e24062 is 0.57.

The process color (four color CMYK) of #e24062 color hex is 0.00, 0.72, 0.57, 0.11. Web safe color of #e24062 is #cc3366. Color #e24062 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000000 01100010
Octal 342 100 142
Decimal 226 64 98
Hex E2 40 62

RGB Percentages of Color #e24062

%58.25
%16.49
%25.26

CMYK Percentages of Color #e24062

%0
%72
%57
%11

Triadic Colors of #e24062

#e24062 #62e240 #4062e2

Analogous Colors of #e24062

#e24062 #e26f40 #e240b3

Monochromatic Colors of #e24062

#e24062

Complementary Color

#e24062 #40e2c0

#e24062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e24062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e24062 Color CSS Codes

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

#e24062 Text Font Color

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

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


#e24062 Background Color

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

This div background color is #e24062


#e24062 Border Color

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

This div border color is #e24062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e24062


Comments

No comments written yet.

Please login to write comment.