Color Hex Logo

#e4488b Color Hex

#E4488B
(228,72,139)
0 Favorites   0 Comments

Color spaces of #e4488b

RGB 22872139
HSL0.930.740.59
HSV334°68°89°
CMYK 0.000.680.39   0.11
XYZ38.972522.992826.8101
Yxy22.99280.43900.2590
Hunter Lab47.950861.16380.4155
CIE-Lab55.064965.1439-2.8296

#e4488b color RGB value is (228,72,139).

#e4488b hex color red value is 228, green value is 72 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e4488b hue: 0.93 , saturation: 0.74 and the lightness value of e4488b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001000 10001011
Octal 344 110 213
Decimal 228 72 139
Hex E4 48 8B

RGB Percentages of Color #e4488b

%51.94
%16.40
%31.66

CMYK Percentages of Color #e4488b

%0
%68
%39
%11

Triadic Colors of #e4488b

#e4488b #8be448 #488be4

Analogous Colors of #e4488b

#e4488b #e45348 #e448d9

Monochromatic Colors of #e4488b

#e4488b

Complementary Color

#e4488b #48e4a1

#e4488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4488b Color CSS Codes

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

#e4488b Text Font Color

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

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


#e4488b Background Color

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

This div background color is #e4488b


#e4488b Border Color

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

This div border color is #e4488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4488b


Comments

No comments written yet.

Please login to write comment.