Color Hex Logo

#e4509f Color Hex

#E4509F
(228,80,159)
0 Favorites   0 Comments

Color spaces of #e4509f

RGB 22880159
HSL0.910.730.60
HSV328°65°89°
CMYK 0.000.650.30   0.11
XYZ41.121624.734535.4078
Yxy24.73450.40610.2443
Hunter Lab49.733860.5558-7.3977
CIE-Lab56.815864.3030-11.9894

#e4509f color RGB value is (228,80,159).

#e4509f hex color red value is 228, green value is 80 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e4509f hue: 0.91 , saturation: 0.73 and the lightness value of e4509f is 0.60.

The process color (four color CMYK) of #e4509f color hex is 0.00, 0.65, 0.30, 0.11. Web safe color of #e4509f is #cc6699. Color #e4509f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010000 10011111
Octal 344 120 237
Decimal 228 80 159
Hex E4 50 9F

RGB Percentages of Color #e4509f

%48.82
%17.13
%34.05

CMYK Percentages of Color #e4509f

%0
%65
%30
%11

Triadic Colors of #e4509f

#e4509f #9fe450 #509fe4

Analogous Colors of #e4509f

#e4509f #e45055 #df50e4

Monochromatic Colors of #e4509f

#e4509f

Complementary Color

#e4509f #50e495

#e4509f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4509f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4509f Color CSS Codes

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

#e4509f Text Font Color

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

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


#e4509f Background Color

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

This div background color is #e4509f


#e4509f Border Color

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

This div border color is #e4509f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4509f


Comments

No comments written yet.

Please login to write comment.