Color Hex Logo

#e13eab Color Hex

#E13EAB
(225,62,171)
0 Favorites   0 Comments

Color spaces of #e13eab

RGB 22562171
HSL0.890.730.56
HSV320°72°88°
CMYK 0.000.720.24   0.12
XYZ40.124622.393140.7356
Yxy22.39310.38860.2169
Hunter Lab47.321368.5409-17.9136
CIE-Lab54.441671.4553-22.6613

#e13eab color RGB value is (225,62,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 10101011
Octal 341 76 253
Decimal 225 62 171
Hex E1 3E AB

RGB Percentages of Color #e13eab

%49.13
%13.54
%37.34

CMYK Percentages of Color #e13eab

%0
%72
%24
%12

Triadic Colors of #e13eab

#e13eab #abe13e #3eabe1

Analogous Colors of #e13eab

#e13eab #e13e59 #c63ee1

Monochromatic Colors of #e13eab

#e13eab

Complementary Color

#e13eab #3ee174

#e13eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13eab Color CSS Codes

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

#e13eab Text Font Color

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

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


#e13eab Background Color

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

This div background color is #e13eab


#e13eab Border Color

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

This div border color is #e13eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13eab


Comments

No comments written yet.

Please login to write comment.