Color Hex Logo

#e14480 Color Hex

#E14480
(225,68,128)
0 Favorites   0 Comments

Color spaces of #e14480

RGB 22568128
HSL0.940.720.57
HSV337°70°88°
CMYK 0.000.700.43   0.12
XYZ37.014721.700322.6598
Yxy21.70030.45490.2667
Hunter Lab46.583660.31253.7679
CIE-Lab53.707664.66731.6644

#e14480 color RGB value is (225,68,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000100 10000000
Octal 341 104 200
Decimal 225 68 128
Hex E1 44 80

RGB Percentages of Color #e14480

%53.44
%16.15
%30.40

CMYK Percentages of Color #e14480

%0
%70
%43
%12

Triadic Colors of #e14480

#e14480 #80e144 #4480e1

Analogous Colors of #e14480

#e14480 #e15644 #e144cf

Monochromatic Colors of #e14480

#e14480

Complementary Color

#e14480 #44e1a5

#e14480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14480 Color CSS Codes

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

#e14480 Text Font Color

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

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


#e14480 Background Color

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

This div background color is #e14480


#e14480 Border Color

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

This div border color is #e14480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14480


Comments

No comments written yet.

Please login to write comment.