Color Hex Logo

#e0074f Color Hex

#E0074F
(224,7,79)
0 Favorites   0 Comments

Color spaces of #e0074f

RGB 224779
HSL0.940.940.45
HSV340°97°88°
CMYK 0.000.970.65   0.12
XYZ32.227716.56388.8957
Yxy16.56380.55870.2871
Hunter Lab40.698670.124715.5298
CIE-Lab47.705774.065223.0539

#e0074f color RGB value is (224,7,79).

#e0074f hex color red value is 224, green value is 7 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #e0074f hue: 0.94 , saturation: 0.94 and the lightness value of e0074f is 0.45.

The process color (four color CMYK) of #e0074f color hex is 0.00, 0.97, 0.65, 0.12. Web safe color of #e0074f is #cc0066. Color #e0074f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00000111 01001111
Octal 340 7 117
Decimal 224 7 79
Hex E0 7 4F

RGB Percentages of Color #e0074f

%72.26
%2.26
%25.48

CMYK Percentages of Color #e0074f

%0
%97
%65
%12

Triadic Colors of #e0074f

#e0074f #4fe007 #074fe0

Analogous Colors of #e0074f

#e0074f #e02c07 #e007bc

Monochromatic Colors of #e0074f

#e0074f

Complementary Color

#e0074f #07e098

#e0074f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0074f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0074f Color CSS Codes

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

#e0074f Text Font Color

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

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


#e0074f Background Color

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

This div background color is #e0074f


#e0074f Border Color

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

This div border color is #e0074f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0074f


Comments

No comments written yet.

Please login to write comment.