Color Hex Logo

#e0706e Color Hex

#E0706E
(224,112,110)
0 Favorites   0 Comments

Color spaces of #e0706e

RGB 224112110
HSL0.000.650.65
HSV51°88°
CMYK 0.000.500.51   0.12
XYZ39.349128.561418.1908
Yxy28.56140.45700.3317
Hunter Lab53.442937.901617.2290
CIE-Lab60.392643.372521.5590

#e0706e color RGB value is (224,112,110).

#e0706e hex color red value is 224, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e0706e hue: 0.00 , saturation: 0.65 and the lightness value of e0706e is 0.65.

The process color (four color CMYK) of #e0706e color hex is 0.00, 0.50, 0.51, 0.12. Web safe color of #e0706e is #cc6666. Color #e0706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110000 01101110
Octal 340 160 156
Decimal 224 112 110
Hex E0 70 6E

RGB Percentages of Color #e0706e

%50.22
%25.11
%24.66

CMYK Percentages of Color #e0706e

%0
%50
%51
%12

Triadic Colors of #e0706e

#e0706e #6ee070 #706ee0

Analogous Colors of #e0706e

#e0706e #e0a96e #e06ea5

Monochromatic Colors of #e0706e

#e0706e

Complementary Color

#e0706e #6edee0

#e0706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0706e Color CSS Codes

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

#e0706e Text Font Color

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

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


#e0706e Background Color

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

This div background color is #e0706e


#e0706e Border Color

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

This div border color is #e0706e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0706e


Comments

No comments written yet.

Please login to write comment.