Color Hex Logo

#e13aaf Color Hex

#E13AAF
(225,58,175)
0 Favorites   0 Comments

Color spaces of #e13aaf

RGB 22558175
HSL0.880.740.55
HSV318°74°88°
CMYK 0.000.740.22   0.12
XYZ40.302322.128842.7046
Yxy22.12880.38330.2105
Hunter Lab47.041370.6065-20.8953
CIE-Lab54.163473.2075-25.4265

#e13aaf color RGB value is (225,58,175).

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

The process color (four color CMYK) of #e13aaf color hex is 0.00, 0.74, 0.22, 0.12. Web safe color of #e13aaf is #cc3399. Color #e13aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 10101111
Octal 341 72 257
Decimal 225 58 175
Hex E1 3A AF

RGB Percentages of Color #e13aaf

%49.13
%12.66
%38.21

CMYK Percentages of Color #e13aaf

%0
%74
%22
%12

Triadic Colors of #e13aaf

#e13aaf #afe13a #3aafe1

Analogous Colors of #e13aaf

#e13aaf #e13a5b #c03ae1

Monochromatic Colors of #e13aaf

#e13aaf

Complementary Color

#e13aaf #3ae16c

#e13aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13aaf Color CSS Codes

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

#e13aaf Text Font Color

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

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


#e13aaf Background Color

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

This div background color is #e13aaf


#e13aaf Border Color

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

This div border color is #e13aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13aaf


Comments

No comments written yet.

Please login to write comment.