Color Hex Logo

#e4309e Color Hex

#E4309E
(228,48,158)
0 Favorites   0 Comments

Color spaces of #e4309e

RGB 22848158
HSL0.900.770.54
HSV323°79°89°
CMYK 0.000.790.31   0.11
XYZ39.223421.076534.3486
Yxy21.07650.41440.2227
Hunter Lab45.909172.1640-12.2236
CIE-Lab53.033174.6971-17.1259

#e4309e color RGB value is (228,48,158).

#e4309e hex color red value is 228, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e4309e hue: 0.90 , saturation: 0.77 and the lightness value of e4309e is 0.54.

The process color (four color CMYK) of #e4309e color hex is 0.00, 0.79, 0.31, 0.11. Web safe color of #e4309e is #cc3399. Color #e4309e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110000 10011110
Octal 344 60 236
Decimal 228 48 158
Hex E4 30 9E

RGB Percentages of Color #e4309e

%52.53
%11.06
%36.41

CMYK Percentages of Color #e4309e

%0
%79
%31
%11

Triadic Colors of #e4309e

#e4309e #9ee430 #309ee4

Analogous Colors of #e4309e

#e4309e #e43044 #d030e4

Monochromatic Colors of #e4309e

#e4309e

Complementary Color

#e4309e #30e476

#e4309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4309e Color CSS Codes

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

#e4309e Text Font Color

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

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


#e4309e Background Color

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

This div background color is #e4309e


#e4309e Border Color

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

This div border color is #e4309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4309e


Comments

No comments written yet.

Please login to write comment.