Color Hex Logo

#e0739e Color Hex

#E0739E
(224,115,158)
0 Favorites   0 Comments

Color spaces of #e0739e

RGB 224115158
HSL0.930.640.66
HSV336°49°88°
CMYK 0.000.490.29   0.12
XYZ43.042830.577435.9812
Yxy30.57740.39270.2790
Hunter Lab55.296842.17410.1283
CIE-Lab62.149347.1139-3.5322

#e0739e color RGB value is (224,115,158).

#e0739e hex color red value is 224, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e0739e hue: 0.93 , saturation: 0.64 and the lightness value of e0739e is 0.66.

The process color (four color CMYK) of #e0739e color hex is 0.00, 0.49, 0.29, 0.12. Web safe color of #e0739e is #cc6699. Color #e0739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110011 10011110
Octal 340 163 236
Decimal 224 115 158
Hex E0 73 9E

RGB Percentages of Color #e0739e

%45.07
%23.14
%31.79

CMYK Percentages of Color #e0739e

%0
%49
%29
%12

Triadic Colors of #e0739e

#e0739e #9ee073 #739ee0

Analogous Colors of #e0739e

#e0739e #e07f73 #e073d5

Monochromatic Colors of #e0739e

#e0739e

Complementary Color

#e0739e #73e0b5

#e0739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0739e Color CSS Codes

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

#e0739e Text Font Color

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

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


#e0739e Background Color

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

This div background color is #e0739e


#e0739e Border Color

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

This div border color is #e0739e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,115,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0739e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0739e;
  -webkit-box-shadow: 1px 1px 3px 2px #e0739e;
  box-shadow:         1px 1px 3px 2px #e0739e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,115,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0739e


Comments

No comments written yet.

Please login to write comment.