color codes Logo

#e14fa0 color codes

#E14FA0
(225,79,160)
0 Favorites   0 Comments

Color spaces of #e14fa0

RGB 22579160
HSL0.910.710.60
HSV327°65°88°
CMYK 0.000.650.29   0.12
XYZ40.192524.137635.7983
Yxy24.13760.40140.2411
Hunter Lab49.130060.0505-8.8103
CIE-Lab56.225363.9786-13.5112

#e14fa0 color RGB value is (225,79,160).

#e14fa0 hex color red value is 225, green value is 79 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e14fa0 hue: 0.91 , saturation: 0.71 and the lightness value of e14fa0 is 0.60.

The process color (four color CMYK) of #e14fa0 color code is 0.00, 0.65, 0.29, 0.12. Web safe color of #e14fa0 is #cc6699. Color #e14fa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001111 10100000
Octal 341 117 240
Decimal 225 79 160
Hex E1 4F A0

RGB Percentages of Color #e14fa0

%48.49
%17.03
%34.48

CMYK Percentages of Color #e14fa0

%0
%65
%29
%12

Triadic Colors of #e14fa0

#e14fa0 #a0e14f #4fa0e1

Analogous Colors of #e14fa0

#e14fa0 #e14f57 #d94fe1

Monochromatic Colors of #e14fa0

#e14fa0

Complementary Color

#e14fa0 #4fe190

#e14fa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14fa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14fa0 Color CSS Codes

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

#e14fa0 Text Font Color

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

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


#e14fa0 Background Color

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

This div background color is #e14fa0


#e14fa0 Border Color

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

This div border color is #e14fa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14fa0


Comments

No comments written yet.

Please login to write comment.