Color Hex Logo

#e14580 Color Hex

#E14580
(225,69,128)
0 Favorites   0 Comments

Color spaces of #e14580

RGB 22569128
HSL0.940.720.58
HSV337°69°88°
CMYK 0.000.690.43   0.12
XYZ37.075721.822322.6801
Yxy21.82230.45450.2675
Hunter Lab46.714359.91973.9144
CIE-Lab53.838064.30571.8539

#e14580 color RGB value is (225,69,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 10000000
Octal 341 105 200
Decimal 225 69 128
Hex E1 45 80

RGB Percentages of Color #e14580

%53.32
%16.35
%30.33

CMYK Percentages of Color #e14580

%0
%69
%43
%12

Triadic Colors of #e14580

#e14580 #80e145 #4580e1

Analogous Colors of #e14580

#e14580 #e15845 #e145ce

Monochromatic Colors of #e14580

#e14580

Complementary Color

#e14580 #45e1a6

#e14580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14580 Color CSS Codes

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

#e14580 Text Font Color

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

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


#e14580 Background Color

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

This div background color is #e14580


#e14580 Border Color

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

This div border color is #e14580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14580


Comments

No comments written yet.

Please login to write comment.