Color Hex Logo

#e42179 Color Hex

#E42179
(228,33,121)
0 Favorites   0 Comments

Color spaces of #e42179

RGB 22833121
HSL0.920.780.51
HSV333°86°89°
CMYK 0.000.860.47   0.11
XYZ35.990018.962219.8523
Yxy18.96220.48110.2535
Hunter Lab43.545671.32363.4518
CIE-Lab50.643074.47591.4928

#e42179 color RGB value is (228,33,121).

#e42179 hex color red value is 228, green value is 33 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e42179 hue: 0.92 , saturation: 0.78 and the lightness value of e42179 is 0.51.

The process color (four color CMYK) of #e42179 color hex is 0.00, 0.86, 0.47, 0.11. Web safe color of #e42179 is #cc3366. Color #e42179 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00100001 01111001
Octal 344 41 171
Decimal 228 33 121
Hex E4 21 79

RGB Percentages of Color #e42179

%59.69
%8.64
%31.68

CMYK Percentages of Color #e42179

%0
%86
%47
%11

Triadic Colors of #e42179

#e42179 #79e421 #2179e4

Analogous Colors of #e42179

#e42179 #e42b21 #e421db

Monochromatic Colors of #e42179

#e42179

Complementary Color

#e42179 #21e48c

#e42179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e42179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e42179 Color CSS Codes

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

#e42179 Text Font Color

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

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


#e42179 Background Color

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

This div background color is #e42179


#e42179 Border Color

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

This div border color is #e42179


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e42179


Comments

No comments written yet.

Please login to write comment.