Color Hex Logo

#e13389 Color Hex

#E13389
(225,51,137)
0 Favorites   0 Comments

Color spaces of #e13389

RGB 22551137
HSL0.920.740.54
HSV330°77°88°
CMYK 0.000.770.39   0.12
XYZ36.750520.181325.6253
Yxy20.18130.44520.2445
Hunter Lab44.923667.4086-2.3737
CIE-Lab52.041670.9775-6.1678

#e13389 color RGB value is (225,51,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110011 10001001
Octal 341 63 211
Decimal 225 51 137
Hex E1 33 89

RGB Percentages of Color #e13389

%54.48
%12.35
%33.17

CMYK Percentages of Color #e13389

%0
%77
%39
%12

Triadic Colors of #e13389

#e13389 #89e133 #3389e1

Analogous Colors of #e13389

#e13389 #e13433 #e133e0

Monochromatic Colors of #e13389

#e13389

Complementary Color

#e13389 #33e18b

#e13389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13389 Color CSS Codes

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

#e13389 Text Font Color

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

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


#e13389 Background Color

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

This div background color is #e13389


#e13389 Border Color

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

This div border color is #e13389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13389


Comments

No comments written yet.

Please login to write comment.