Color Hex Logo

#e1009c Color Hex

#E1009C
(225,0,156)
0 Favorites   0 Comments

Color spaces of #e1009c

RGB 2250156
HSL0.881.000.44
HSV318°100°88°
CMYK 0.001.000.31   0.12
XYZ37.052118.407933.0527
Yxy18.40790.41860.2080
Hunter Lab42.904479.0692-15.6427
CIE-Lab49.987280.8265-20.6434

#e1009c color RGB value is (225,0,156).

#e1009c hex color red value is 225, green value is 0 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e1009c hue: 0.88 , saturation: 1.00 and the lightness value of e1009c is 0.44.

The process color (four color CMYK) of #e1009c color hex is 0.00, 1.00, 0.31, 0.12. Web safe color of #e1009c is #cc0099. Color #e1009c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000000 10011100
Octal 341 0 234
Decimal 225 0 156
Hex E1 0 9C

RGB Percentages of Color #e1009c

%59.06
%0.00
%40.94

CMYK Percentages of Color #e1009c

%0
%100
%31
%12

Triadic Colors of #e1009c

#e1009c #9ce100 #009ce1

Analogous Colors of #e1009c

#e1009c #e1002c #b600e1

Monochromatic Colors of #e1009c

#e1009c

Complementary Color

#e1009c #00e145

#e1009c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1009c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1009c Color CSS Codes

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

#e1009c Text Font Color

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

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


#e1009c Background Color

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

This div background color is #e1009c


#e1009c Border Color

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

This div border color is #e1009c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,0,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 #e1009c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1009c


Comments

No comments written yet.

Please login to write comment.