Color Hex Logo

#e1389e Color Hex

#E1389E
(225,56,158)
0 Favorites   0 Comments

Color spaces of #e1389e

RGB 22556158
HSL0.900.740.55
HSV324°75°88°
CMYK 0.000.750.30   0.12
XYZ38.637121.304534.4235
Yxy21.30450.40940.2258
Hunter Lab46.156868.6450-11.9084
CIE-Lab53.281271.7639-16.7972

#e1389e color RGB value is (225,56,158).

#e1389e hex color red value is 225, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e1389e hue: 0.90 , saturation: 0.74 and the lightness value of e1389e is 0.55.

The process color (four color CMYK) of #e1389e color hex is 0.00, 0.75, 0.30, 0.12. Web safe color of #e1389e is #cc3399. Color #e1389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111000 10011110
Octal 341 70 236
Decimal 225 56 158
Hex E1 38 9E

RGB Percentages of Color #e1389e

%51.25
%12.76
%35.99

CMYK Percentages of Color #e1389e

%0
%75
%30
%12

Triadic Colors of #e1389e

#e1389e #9ee138 #389ee1

Analogous Colors of #e1389e

#e1389e #e1384a #d038e1

Monochromatic Colors of #e1389e

#e1389e

Complementary Color

#e1389e #38e17b

#e1389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1389e Color CSS Codes

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

#e1389e Text Font Color

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

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


#e1389e Background Color

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

This div background color is #e1389e


#e1389e Border Color

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

This div border color is #e1389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1389e


Comments

No comments written yet.

Please login to write comment.