Color Hex Logo

#e14baf Color Hex

#E14BAF
(225,75,175)
0 Favorites   0 Comments

Color spaces of #e14baf

RGB 22575175
HSL0.890.710.59
HSV320°67°88°
CMYK 0.000.670.22   0.12
XYZ41.305324.134943.0389
Yxy24.13490.38080.2225
Hunter Lab49.127364.1067-17.5530
CIE-Lab56.222667.4222-22.2572

#e14baf color RGB value is (225,75,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001011 10101111
Octal 341 113 257
Decimal 225 75 175
Hex E1 4B AF

RGB Percentages of Color #e14baf

%47.37
%15.79
%36.84

CMYK Percentages of Color #e14baf

%0
%67
%22
%12

Triadic Colors of #e14baf

#e14baf #afe14b #4bafe1

Analogous Colors of #e14baf

#e14baf #e14b64 #c84be1

Monochromatic Colors of #e14baf

#e14baf

Complementary Color

#e14baf #4be17d

#e14baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14baf Color CSS Codes

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

#e14baf Text Font Color

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

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


#e14baf Background Color

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

This div background color is #e14baf


#e14baf Border Color

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

This div border color is #e14baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14baf


Comments

No comments written yet.

Please login to write comment.