Color Hex Logo

#e4428c Color Hex

#E4428C
(228,66,140)
0 Favorites   0 Comments

Color spaces of #e4428c

RGB 22866140
HSL0.920.750.58
HSV333°71°89°
CMYK 0.000.710.39   0.11
XYZ38.676722.283927.0737
Yxy22.28390.43930.2531
Hunter Lab47.205863.6385-0.9602
CIE-Lab54.326967.3827-4.5115

#e4428c color RGB value is (228,66,140).

#e4428c hex color red value is 228, green value is 66 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e4428c hue: 0.92 , saturation: 0.75 and the lightness value of e4428c is 0.58.

The process color (four color CMYK) of #e4428c color hex is 0.00, 0.71, 0.39, 0.11. Web safe color of #e4428c is #cc3399. Color #e4428c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000010 10001100
Octal 344 102 214
Decimal 228 66 140
Hex E4 42 8C

RGB Percentages of Color #e4428c

%52.53
%15.21
%32.26

CMYK Percentages of Color #e4428c

%0
%71
%39
%11

Triadic Colors of #e4428c

#e4428c #8ce442 #428ce4

Analogous Colors of #e4428c

#e4428c #e44942 #e442dd

Monochromatic Colors of #e4428c

#e4428c

Complementary Color

#e4428c #42e49a

#e4428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4428c Color CSS Codes

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

#e4428c Text Font Color

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

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


#e4428c Background Color

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

This div background color is #e4428c


#e4428c Border Color

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

This div border color is #e4428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4428c


Comments

No comments written yet.

Please login to write comment.