Color Hex Logo

#e14279 Color Hex

#E14279
(225,66,121)
0 Favorites   0 Comments

Color spaces of #e14279

RGB 22566121
HSL0.940.730.57
HSV339°71°88°
CMYK 0.000.710.46   0.12
XYZ36.450721.284520.2763
Yxy21.28450.46720.2728
Hunter Lab46.135160.29386.2367
CIE-Lab53.259564.73475.2023

#e14279 color RGB value is (225,66,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000010 01111001
Octal 341 102 171
Decimal 225 66 121
Hex E1 42 79

RGB Percentages of Color #e14279

%54.61
%16.02
%29.37

CMYK Percentages of Color #e14279

%0
%71
%46
%12

Triadic Colors of #e14279

#e14279 #79e142 #4279e1

Analogous Colors of #e14279

#e14279 #e15a42 #e142c9

Monochromatic Colors of #e14279

#e14279

Complementary Color

#e14279 #42e1aa

#e14279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14279 Color CSS Codes

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

#e14279 Text Font Color

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

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


#e14279 Background Color

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

This div background color is #e14279


#e14279 Border Color

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

This div border color is #e14279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14279


Comments

No comments written yet.

Please login to write comment.