Color Hex Logo

#e14697 Color Hex

#E14697
(225,70,151)
0 Favorites   0 Comments

Color spaces of #e14697

RGB 22570151
HSL0.910.720.58
HSV329°69°88°
CMYK 0.000.690.33   0.12
XYZ38.827422.622231.5983
Yxy22.62220.41730.2431
Hunter Lab47.562862.4817-6.0953
CIE-Lab54.681066.3370-10.5493

#e14697 color RGB value is (225,70,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000110 10010111
Octal 341 106 227
Decimal 225 70 151
Hex E1 46 97

RGB Percentages of Color #e14697

%50.45
%15.70
%33.86

CMYK Percentages of Color #e14697

%0
%69
%33
%12

Triadic Colors of #e14697

#e14697 #97e146 #4697e1

Analogous Colors of #e14697

#e14697 #e14649 #de46e1

Monochromatic Colors of #e14697

#e14697

Complementary Color

#e14697 #46e190

#e14697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14697 Color CSS Codes

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

#e14697 Text Font Color

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

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


#e14697 Background Color

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

This div background color is #e14697


#e14697 Border Color

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

This div border color is #e14697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14697


Comments

No comments written yet.

Please login to write comment.