Color Hex Logo

#e13aae Color Hex

#E13AAE
(225,58,174)
0 Favorites   0 Comments

Color spaces of #e13aae

RGB 22558174
HSL0.880.740.55
HSV318°74°88°
CMYK 0.000.740.23   0.12
XYZ40.204422.089742.1891
Yxy22.08970.38480.2114
Hunter Lab46.999770.4428-20.3217
CIE-Lab54.122073.0813-24.9064

#e13aae color RGB value is (225,58,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111010 10101110
Octal 341 72 256
Decimal 225 58 174
Hex E1 3A AE

RGB Percentages of Color #e13aae

%49.23
%12.69
%38.07

CMYK Percentages of Color #e13aae

%0
%74
%23
%12

Triadic Colors of #e13aae

#e13aae #aee13a #3aaee1

Analogous Colors of #e13aae

#e13aae #e13a5a #c13ae1

Monochromatic Colors of #e13aae

#e13aae

Complementary Color

#e13aae #3ae16d

#e13aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13aae Color CSS Codes

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

#e13aae Text Font Color

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

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


#e13aae Background Color

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

This div background color is #e13aae


#e13aae Border Color

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

This div border color is #e13aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13aae


Comments

No comments written yet.

Please login to write comment.