Color Hex Logo

#e0414b Color Hex

#E0414B
(224,65,75)
0 Favorites   0 Comments

Color spaces of #e0414b

RGB 2246575
HSL0.990.720.57
HSV356°71°88°
CMYK 0.000.710.67   0.12
XYZ33.900820.13598.7565
Yxy20.13590.53990.3207
Hunter Lab44.873056.325819.8413
CIE-Lab51.990561.528030.8967

#e0414b color RGB value is (224,65,75).

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

The process color (four color CMYK) of #e0414b color hex is 0.00, 0.71, 0.67, 0.12. Web safe color of #e0414b is #cc3333. Color #e0414b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000001 01001011
Octal 340 101 113
Decimal 224 65 75
Hex E0 41 4B

RGB Percentages of Color #e0414b

%61.54
%17.86
%20.60

CMYK Percentages of Color #e0414b

%0
%71
%67
%12

Triadic Colors of #e0414b

#e0414b #4be041 #414be0

Analogous Colors of #e0414b

#e0414b #e08741 #e0419b

Monochromatic Colors of #e0414b

#e0414b

Complementary Color

#e0414b #41e0d6

#e0414b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0414b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0414b Color CSS Codes

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

#e0414b Text Font Color

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

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


#e0414b Background Color

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

This div background color is #e0414b


#e0414b Border Color

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

This div border color is #e0414b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0414b


Comments

No comments written yet.

Please login to write comment.