Color Hex Logo

#e13599 Color Hex

#E13599
(225,53,153)
0 Favorites   0 Comments

Color spaces of #e13599

RGB 22553153
HSL0.900.740.55
HSV325°76°88°
CMYK 0.000.760.32   0.12
XYZ38.074220.853732.1554
Yxy20.85370.41800.2290
Hunter Lab45.665968.9103-9.7827
CIE-Lab52.789072.0777-14.5851

#e13599 color RGB value is (225,53,153).

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

The process color (four color CMYK) of #e13599 color hex is 0.00, 0.76, 0.32, 0.12. Web safe color of #e13599 is #cc3399. Color #e13599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110101 10011001
Octal 341 65 231
Decimal 225 53 153
Hex E1 35 99

RGB Percentages of Color #e13599

%52.20
%12.30
%35.50

CMYK Percentages of Color #e13599

%0
%76
%32
%12

Triadic Colors of #e13599

#e13599 #99e135 #3599e1

Analogous Colors of #e13599

#e13599 #e13543 #d335e1

Monochromatic Colors of #e13599

#e13599

Complementary Color

#e13599 #35e17d

#e13599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13599 Color CSS Codes

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

#e13599 Text Font Color

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

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


#e13599 Background Color

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

This div background color is #e13599


#e13599 Border Color

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

This div border color is #e13599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13599


Comments

No comments written yet.

Please login to write comment.