Color Hex Logo

#e2706f Color Hex

#E2706F
(226,112,111)
0 Favorites   0 Comments

Color spaces of #e2706f

RGB 226112111
HSL0.000.660.66
HSV51°89°
CMYK 0.000.500.51   0.11
XYZ40.027428.904818.5084
Yxy28.90480.45780.3306
Hunter Lab53.763238.810017.2232
CIE-Lab60.697544.187221.4473

#e2706f color RGB value is (226,112,111).

#e2706f hex color red value is 226, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e2706f hue: 0.00 , saturation: 0.66 and the lightness value of e2706f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 01101111
Octal 342 160 157
Decimal 226 112 111
Hex E2 70 6F

RGB Percentages of Color #e2706f

%50.33
%24.94
%24.72

CMYK Percentages of Color #e2706f

%0
%50
%51
%11

Triadic Colors of #e2706f

#e2706f #6fe270 #706fe2

Analogous Colors of #e2706f

#e2706f #e2aa6f #e26fa8

Monochromatic Colors of #e2706f

#e2706f

Complementary Color

#e2706f #6fe1e2

#e2706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2706f Color CSS Codes

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

#e2706f Text Font Color

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

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


#e2706f Background Color

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

This div background color is #e2706f


#e2706f Border Color

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

This div border color is #e2706f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2706f


Comments

No comments written yet.

Please login to write comment.