Color Hex Logo

#e2076f Color Hex

#E2076F
(226,7,111)
0 Favorites   0 Comments

Color spaces of #e2076f

RGB 2267111
HSL0.920.940.46
HSV332°97°89°
CMYK 0.000.970.51   0.11
XYZ34.309317.468416.6024
Yxy17.46840.50170.2555
Hunter Lab41.795273.38735.7048
CIE-Lab48.844976.50534.9534

#e2076f color RGB value is (226,7,111).

#e2076f hex color red value is 226, green value is 7 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e2076f hue: 0.92 , saturation: 0.94 and the lightness value of e2076f is 0.46.

The process color (four color CMYK) of #e2076f color hex is 0.00, 0.97, 0.51, 0.11. Web safe color of #e2076f is #cc0066. Color #e2076f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000111 01101111
Octal 342 7 157
Decimal 226 7 111
Hex E2 7 6F

RGB Percentages of Color #e2076f

%65.70
%2.03
%32.27

CMYK Percentages of Color #e2076f

%0
%97
%51
%11

Triadic Colors of #e2076f

#e2076f #6fe207 #076fe2

Analogous Colors of #e2076f

#e2076f #e20d07 #e207dd

Monochromatic Colors of #e2076f

#e2076f

Complementary Color

#e2076f #07e27a

#e2076f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2076f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2076f Color CSS Codes

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

#e2076f Text Font Color

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

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


#e2076f Background Color

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

This div background color is #e2076f


#e2076f Border Color

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

This div border color is #e2076f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2076f


Comments

No comments written yet.

Please login to write comment.