Color Hex Logo

#e0426f Color Hex

#E0426F
(224,66,111)
0 Favorites   0 Comments

Color spaces of #e0426f

RGB 22466111
HSL0.950.720.57
HSV343°71°88°
CMYK 0.000.710.50   0.12
XYZ35.557920.891417.1973
Yxy20.89140.48280.2837
Hunter Lab45.707158.87689.6871
CIE-Lab52.830463.593610.5638

#e0426f color RGB value is (224,66,111).

#e0426f hex color red value is 224, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e0426f hue: 0.95 , saturation: 0.72 and the lightness value of e0426f is 0.57.

The process color (four color CMYK) of #e0426f color hex is 0.00, 0.71, 0.50, 0.12. Web safe color of #e0426f is #cc3366. Color #e0426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 01101111
Octal 340 102 157
Decimal 224 66 111
Hex E0 42 6F

RGB Percentages of Color #e0426f

%55.86
%16.46
%27.68

CMYK Percentages of Color #e0426f

%0
%71
%50
%12

Triadic Colors of #e0426f

#e0426f #6fe042 #426fe0

Analogous Colors of #e0426f

#e0426f #e06442 #e042be

Monochromatic Colors of #e0426f

#e0426f

Complementary Color

#e0426f #42e0b3

#e0426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0426f Color CSS Codes

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

#e0426f Text Font Color

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

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


#e0426f Background Color

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

This div background color is #e0426f


#e0426f Border Color

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

This div border color is #e0426f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,66,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0426f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0426f;
  -webkit-box-shadow: 1px 1px 3px 2px #e0426f;
  box-shadow:         1px 1px 3px 2px #e0426f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,66,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0426f


Comments

No comments written yet.

Please login to write comment.