Color Hex Logo

#e02779 Color Hex

#E02779
(224,39,121)
0 Favorites   0 Comments

Color spaces of #e02779

RGB 22439121
HSL0.930.750.52
HSV333°83°88°
CMYK 0.000.830.46   0.12
XYZ34.917218.678819.8542
Yxy18.67880.47540.2543
Hunter Lab43.219068.57943.0163
CIE-Lab50.309372.28360.9139

#e02779 color RGB value is (224,39,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00100111 01111001
Octal 340 47 171
Decimal 224 39 121
Hex E0 27 79

RGB Percentages of Color #e02779

%58.33
%10.16
%31.51

CMYK Percentages of Color #e02779

%0
%83
%46
%12

Triadic Colors of #e02779

#e02779 #79e027 #2779e0

Analogous Colors of #e02779

#e02779 #e03127 #e027d6

Monochromatic Colors of #e02779

#e02779

Complementary Color

#e02779 #27e08e

#e02779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02779 Color CSS Codes

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

#e02779 Text Font Color

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

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


#e02779 Background Color

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

This div background color is #e02779


#e02779 Border Color

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

This div border color is #e02779


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,39,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 #e02779">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02779


Comments

No comments written yet.

Please login to write comment.