Color Hex Logo

#e14780 Color Hex

#E14780
(225,71,128)
0 Favorites   0 Comments

Color spaces of #e14780

RGB 22571128
HSL0.940.720.58
HSV338°68°88°
CMYK 0.000.680.43   0.12
XYZ37.200922.072522.7218
Yxy22.07250.45370.2692
Hunter Lab46.981459.12294.2123
CIE-Lab54.103863.57042.2397

#e14780 color RGB value is (225,71,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000111 10000000
Octal 341 107 200
Decimal 225 71 128
Hex E1 47 80

RGB Percentages of Color #e14780

%53.07
%16.75
%30.19

CMYK Percentages of Color #e14780

%0
%68
%43
%12

Triadic Colors of #e14780

#e14780 #80e147 #4780e1

Analogous Colors of #e14780

#e14780 #e15b47 #e147cd

Monochromatic Colors of #e14780

#e14780

Complementary Color

#e14780 #47e1a8

#e14780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14780 Color CSS Codes

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

#e14780 Text Font Color

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

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


#e14780 Background Color

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

This div background color is #e14780


#e14780 Border Color

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

This div border color is #e14780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14780


Comments

No comments written yet.

Please login to write comment.