Color Hex Logo

#e14bac Color Hex

#E14BAC
(225,75,172)
0 Favorites   0 Comments

Color spaces of #e14bac

RGB 22575172
HSL0.890.710.59
HSV321°67°88°
CMYK 0.000.670.24   0.12
XYZ41.013824.018341.5040
Yxy24.01830.38500.2254
Hunter Lab49.008563.6168-15.9052
CIE-Lab56.106167.0314-20.6920

#e14bac color RGB value is (225,75,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001011 10101100
Octal 341 113 254
Decimal 225 75 172
Hex E1 4B AC

RGB Percentages of Color #e14bac

%47.67
%15.89
%36.44

CMYK Percentages of Color #e14bac

%0
%67
%24
%12

Triadic Colors of #e14bac

#e14bac #ace14b #4bace1

Analogous Colors of #e14bac

#e14bac #e14b61 #cb4be1

Monochromatic Colors of #e14bac

#e14bac

Complementary Color

#e14bac #4be180

#e14bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14bac Color CSS Codes

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

#e14bac Text Font Color

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

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


#e14bac Background Color

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

This div background color is #e14bac


#e14bac Border Color

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

This div border color is #e14bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14bac


Comments

No comments written yet.

Please login to write comment.