Color Hex Logo

#e34079 Color Hex

#E34079
(227,64,121)
0 Favorites   0 Comments

Color spaces of #e34079

RGB 22764121
HSL0.940.740.57
HSV339°72°89°
CMYK 0.000.720.47   0.11
XYZ36.963121.378220.2674
Yxy21.37820.47020.2720
Hunter Lab46.236661.78506.3763
CIE-Lab53.361065.99165.3940

#e34079 color RGB value is (227,64,121).

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

The process color (four color CMYK) of #e34079 color hex is 0.00, 0.72, 0.47, 0.11. Web safe color of #e34079 is #cc3366. Color #e34079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 01111001
Octal 343 100 171
Decimal 227 64 121
Hex E3 40 79

RGB Percentages of Color #e34079

%55.10
%15.53
%29.37

CMYK Percentages of Color #e34079

%0
%72
%47
%11

Triadic Colors of #e34079

#e34079 #79e340 #4079e3

Analogous Colors of #e34079

#e34079 #e35840 #e340cb

Monochromatic Colors of #e34079

#e34079

Complementary Color

#e34079 #40e3aa

#e34079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34079 Color CSS Codes

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

#e34079 Text Font Color

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

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


#e34079 Background Color

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

This div background color is #e34079


#e34079 Border Color

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

This div border color is #e34079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34079


Comments

No comments written yet.

Please login to write comment.