Color Hex Logo

#e13daa Color Hex

#E13DAA
(225,61,170)
0 Favorites   0 Comments

Color spaces of #e13daa

RGB 22561170
HSL0.890.730.56
HSV320°73°88°
CMYK 0.000.730.24   0.12
XYZ39.975822.247340.2174
Yxy22.24730.39020.2172
Hunter Lab47.167068.7430-17.5372
CIE-Lab54.288471.6515-22.3118

#e13daa color RGB value is (225,61,170).

#e13daa hex color red value is 225, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e13daa hue: 0.89 , saturation: 0.73 and the lightness value of e13daa is 0.56.

The process color (four color CMYK) of #e13daa color hex is 0.00, 0.73, 0.24, 0.12. Web safe color of #e13daa is #cc3399. Color #e13daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111101 10101010
Octal 341 75 252
Decimal 225 61 170
Hex E1 3D AA

RGB Percentages of Color #e13daa

%49.34
%13.38
%37.28

CMYK Percentages of Color #e13daa

%0
%73
%24
%12

Triadic Colors of #e13daa

#e13daa #aae13d #3daae1

Analogous Colors of #e13daa

#e13daa #e13d58 #c63de1

Monochromatic Colors of #e13daa

#e13daa

Complementary Color

#e13daa #3de174

#e13daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13daa Color CSS Codes

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

#e13daa Text Font Color

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

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


#e13daa Background Color

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

This div background color is #e13daa


#e13daa Border Color

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

This div border color is #e13daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13daa


Comments

No comments written yet.

Please login to write comment.