Color Hex Logo

#e14897 Color Hex

#E14897
(225,72,151)
0 Favorites   0 Comments

Color spaces of #e14897

RGB 22572151
HSL0.910.720.58
HSV329°68°88°
CMYK 0.000.680.33   0.12
XYZ38.954622.876631.6407
Yxy22.87660.41680.2447
Hunter Lab47.829561.6772-5.7415
CIE-Lab54.945065.6039-10.1534

#e14897 color RGB value is (225,72,151).

#e14897 hex color red value is 225, green value is 72 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e14897 hue: 0.91 , saturation: 0.72 and the lightness value of e14897 is 0.58.

The process color (four color CMYK) of #e14897 color hex is 0.00, 0.68, 0.33, 0.12. Web safe color of #e14897 is #cc3399. Color #e14897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 10010111
Octal 341 110 227
Decimal 225 72 151
Hex E1 48 97

RGB Percentages of Color #e14897

%50.22
%16.07
%33.71

CMYK Percentages of Color #e14897

%0
%68
%33
%12

Triadic Colors of #e14897

#e14897 #97e148 #4897e1

Analogous Colors of #e14897

#e14897 #e1484a #df48e1

Monochromatic Colors of #e14897

#e14897

Complementary Color

#e14897 #48e192

#e14897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14897 Color CSS Codes

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

#e14897 Text Font Color

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

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


#e14897 Background Color

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

This div background color is #e14897


#e14897 Border Color

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

This div border color is #e14897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14897


Comments

No comments written yet.

Please login to write comment.