Color Hex Logo

#e14277 Color Hex

#E14277
(225,66,119)
0 Favorites   0 Comments

Color spaces of #e14277

RGB 22566119
HSL0.940.730.57
HSV340°71°88°
CMYK 0.000.710.47   0.12
XYZ36.329321.235919.6369
Yxy21.23590.47060.2751
Hunter Lab46.082460.07716.9927
CIE-Lab53.206764.55846.3247

#e14277 color RGB value is (225,66,119).

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

The process color (four color CMYK) of #e14277 color hex is 0.00, 0.71, 0.47, 0.12. Web safe color of #e14277 is #cc3366. Color #e14277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 01110111
Octal 341 102 167
Decimal 225 66 119
Hex E1 42 77

RGB Percentages of Color #e14277

%54.88
%16.10
%29.02

CMYK Percentages of Color #e14277

%0
%71
%47
%12

Triadic Colors of #e14277

#e14277 #77e142 #4277e1

Analogous Colors of #e14277

#e14277 #e15c42 #e142c7

Monochromatic Colors of #e14277

#e14277

Complementary Color

#e14277 #42e1ac

#e14277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14277 Color CSS Codes

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

#e14277 Text Font Color

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

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


#e14277 Background Color

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

This div background color is #e14277


#e14277 Border Color

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

This div border color is #e14277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14277


Comments

No comments written yet.

Please login to write comment.