Color Hex Logo

#e13989 Color Hex

#E13989
(225,57,137)
0 Favorites   0 Comments

Color spaces of #e13989

RGB 22557137
HSL0.920.740.55
HSV331°75°88°
CMYK 0.000.750.39   0.12
XYZ37.029820.739925.7184
Yxy20.73990.44350.2484
Hunter Lab45.541165.4428-1.6041
CIE-Lab52.663669.2166-5.2446

#e13989 color RGB value is (225,57,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111001 10001001
Octal 341 71 211
Decimal 225 57 137
Hex E1 39 89

RGB Percentages of Color #e13989

%53.70
%13.60
%32.70

CMYK Percentages of Color #e13989

%0
%75
%39
%12

Triadic Colors of #e13989

#e13989 #89e139 #3989e1

Analogous Colors of #e13989

#e13989 #e13d39 #e139dd

Monochromatic Colors of #e13989

#e13989

Complementary Color

#e13989 #39e191

#e13989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13989 Color CSS Codes

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

#e13989 Text Font Color

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

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


#e13989 Background Color

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

This div background color is #e13989


#e13989 Border Color

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

This div border color is #e13989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13989


Comments

No comments written yet.

Please login to write comment.