Color Hex Logo

#e1309c Color Hex

#E1309C
(225,48,156)
0 Favorites   0 Comments

Color spaces of #e1309c

RGB 22548156
HSL0.900.750.54
HSV323°79°88°
CMYK 0.000.790.31   0.12
XYZ38.109020.521833.4050
Yxy20.52180.41410.2230
Hunter Lab45.301070.8846-12.0098
CIE-Lab52.422173.7714-16.9211

#e1309c color RGB value is (225,48,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110000 10011100
Octal 341 60 234
Decimal 225 48 156
Hex E1 30 9C

RGB Percentages of Color #e1309c

%52.45
%11.19
%36.36

CMYK Percentages of Color #e1309c

%0
%79
%31
%12

Triadic Colors of #e1309c

#e1309c #9ce130 #309ce1

Analogous Colors of #e1309c

#e1309c #e13043 #ce30e1

Monochromatic Colors of #e1309c

#e1309c

Complementary Color

#e1309c #30e175

#e1309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1309c Color CSS Codes

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

#e1309c Text Font Color

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

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


#e1309c Background Color

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

This div background color is #e1309c


#e1309c Border Color

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

This div border color is #e1309c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1309c


Comments

No comments written yet.

Please login to write comment.