Color Hex Logo

#e14eab Color Hex

#E14EAB
(225,78,171)
0 Favorites   0 Comments

Color spaces of #e14eab

RGB 22578171
HSL0.890.710.59
HSV322°65°88°
CMYK 0.000.650.24   0.12
XYZ41.126424.396641.0695
Yxy24.39660.38580.2289
Hunter Lab49.392962.1882-14.7237
CIE-Lab56.482765.7535-19.5349

#e14eab color RGB value is (225,78,171).

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

The process color (four color CMYK) of #e14eab color hex is 0.00, 0.65, 0.24, 0.12. Web safe color of #e14eab is #cc6699. Color #e14eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 10101011
Octal 341 116 253
Decimal 225 78 171
Hex E1 4E AB

RGB Percentages of Color #e14eab

%47.47
%16.46
%36.08

CMYK Percentages of Color #e14eab

%0
%65
%24
%12

Triadic Colors of #e14eab

#e14eab #abe14e #4eabe1

Analogous Colors of #e14eab

#e14eab #e14e62 #ce4ee1

Monochromatic Colors of #e14eab

#e14eab

Complementary Color

#e14eab #4ee184

#e14eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14eab Color CSS Codes

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

#e14eab Text Font Color

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

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


#e14eab Background Color

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

This div background color is #e14eab


#e14eab Border Color

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

This div border color is #e14eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,78,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 #e14eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14eab


Comments

No comments written yet.

Please login to write comment.