Color Hex Logo

#e14876 Color Hex

#E14876
(225,72,118)
0 Favorites   0 Comments

Color spaces of #e14876

RGB 22572118
HSL0.950.720.58
HSV342°68°88°
CMYK 0.000.680.48   0.12
XYZ36.638721.950319.4453
Yxy21.95030.46950.2813
Hunter Lab46.851157.60178.1878
CIE-Lab53.974262.27738.0168

#e14876 color RGB value is (225,72,118).

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

The process color (four color CMYK) of #e14876 color hex is 0.00, 0.68, 0.48, 0.12. Web safe color of #e14876 is #cc3366. Color #e14876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001000 01110110
Octal 341 110 166
Decimal 225 72 118
Hex E1 48 76

RGB Percentages of Color #e14876

%54.22
%17.35
%28.43

CMYK Percentages of Color #e14876

%0
%68
%48
%12

Triadic Colors of #e14876

#e14876 #76e148 #4876e1

Analogous Colors of #e14876

#e14876 #e16748 #e148c3

Monochromatic Colors of #e14876

#e14876

Complementary Color

#e14876 #48e1b3

#e14876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14876 Color CSS Codes

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

#e14876 Text Font Color

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

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


#e14876 Background Color

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

This div background color is #e14876


#e14876 Border Color

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

This div border color is #e14876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14876


Comments

No comments written yet.

Please login to write comment.