Color Hex Logo

#e14aac Color Hex

#E14AAC
(225,74,172)
0 Favorites   0 Comments

Color spaces of #e14aac

RGB 22574172
HSL0.890.720.59
HSV321°67°88°
CMYK 0.000.670.24   0.12
XYZ40.946523.883741.4816
Yxy23.88370.38520.2247
Hunter Lab48.871064.0320-16.1156
CIE-Lab55.971267.4063-20.8986

#e14aac color RGB value is (225,74,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 10101100
Octal 341 112 254
Decimal 225 74 172
Hex E1 4A AC

RGB Percentages of Color #e14aac

%47.77
%15.71
%36.52

CMYK Percentages of Color #e14aac

%0
%67
%24
%12

Triadic Colors of #e14aac

#e14aac #ace14a #4aace1

Analogous Colors of #e14aac

#e14aac #e14a60 #cb4ae1

Monochromatic Colors of #e14aac

#e14aac

Complementary Color

#e14aac #4ae17f

#e14aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14aac Color CSS Codes

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

#e14aac Text Font Color

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

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


#e14aac Background Color

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

This div background color is #e14aac


#e14aac Border Color

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

This div border color is #e14aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14aac


Comments

No comments written yet.

Please login to write comment.