Color Hex Logo

#e02579 Color Hex

#E02579
(224,37,121)
0 Favorites   0 Comments

Color spaces of #e02579

RGB 22437121
HSL0.930.750.51
HSV333°83°88°
CMYK 0.000.830.46   0.12
XYZ34.853218.550919.8329
Yxy18.55090.47590.2533
Hunter Lab43.070869.06982.8481
CIE-Lab50.157672.71850.6929

#e02579 color RGB value is (224,37,121).

#e02579 hex color red value is 224, green value is 37 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e02579 hue: 0.93 , saturation: 0.75 and the lightness value of e02579 is 0.51.

The process color (four color CMYK) of #e02579 color hex is 0.00, 0.83, 0.46, 0.12. Web safe color of #e02579 is #cc3366. Color #e02579 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100101 01111001
Octal 340 45 171
Decimal 224 37 121
Hex E0 25 79

RGB Percentages of Color #e02579

%58.64
%9.69
%31.68

CMYK Percentages of Color #e02579

%0
%83
%46
%12

Triadic Colors of #e02579

#e02579 #79e025 #2579e0

Analogous Colors of #e02579

#e02579 #e02e25 #e025d7

Monochromatic Colors of #e02579

#e02579

Complementary Color

#e02579 #25e08c

#e02579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02579 Color CSS Codes

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

#e02579 Text Font Color

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

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


#e02579 Background Color

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

This div background color is #e02579


#e02579 Border Color

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

This div border color is #e02579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02579


Comments

No comments written yet.

Please login to write comment.