Color Hex Logo

#e428af Color Hex

#E428AF
(228,40,175)
0 Favorites   0 Comments

Color spaces of #e428af

RGB 22840175
HSL0.880.780.53
HSV317°82°89°
CMYK 0.000.820.23   0.11
XYZ40.491621.106742.4973
Yxy21.10670.38900.2028
Hunter Lab45.942076.9247-22.6850
CIE-Lab53.066178.5246-27.0812

#e428af color RGB value is (228,40,175).

#e428af hex color red value is 228, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e428af hue: 0.88 , saturation: 0.78 and the lightness value of e428af is 0.53.

The process color (four color CMYK) of #e428af color hex is 0.00, 0.82, 0.23, 0.11. Web safe color of #e428af is #cc3399. Color #e428af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00101000 10101111
Octal 344 50 257
Decimal 228 40 175
Hex E4 28 AF

RGB Percentages of Color #e428af

%51.47
%9.03
%39.50

CMYK Percentages of Color #e428af

%0
%82
%23
%11

Triadic Colors of #e428af

#e428af #afe428 #28afe4

Analogous Colors of #e428af

#e428af #e42851 #bb28e4

Monochromatic Colors of #e428af

#e428af

Complementary Color

#e428af #28e45d

#e428af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e428af Color Preview on White Background

Lorem ipsum dolor sit amet.

#e428af Color CSS Codes

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

#e428af Text Font Color

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

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


#e428af Background Color

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

This div background color is #e428af


#e428af Border Color

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

This div border color is #e428af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,40,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e428af


Comments

No comments written yet.

Please login to write comment.