Color Hex Logo

#e0425f Color Hex

#E0425F
(224,66,95)
0 Favorites   0 Comments

Color spaces of #e0425f

RGB 2246695
HSL0.970.720.57
HSV349°71°88°
CMYK 0.000.710.58   0.12
XYZ34.754220.569912.9651
Yxy20.56990.50890.3012
Hunter Lab45.354157.412614.7989
CIE-Lab52.475562.388219.6673

#e0425f color RGB value is (224,66,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 01011111
Octal 340 102 137
Decimal 224 66 95
Hex E0 42 5F

RGB Percentages of Color #e0425f

%58.18
%17.14
%24.68

CMYK Percentages of Color #e0425f

%0
%71
%58
%12

Triadic Colors of #e0425f

#e0425f #5fe042 #425fe0

Analogous Colors of #e0425f

#e0425f #e07442 #e042ae

Monochromatic Colors of #e0425f

#e0425f

Complementary Color

#e0425f #42e0c3

#e0425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0425f Color CSS Codes

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

#e0425f Text Font Color

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

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


#e0425f Background Color

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

This div background color is #e0425f


#e0425f Border Color

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

This div border color is #e0425f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0425f


Comments

No comments written yet.

Please login to write comment.