Color Hex Logo

#e2727f Color Hex

#E2727F
(226,114,127)
0 Favorites   0 Comments

Color spaces of #e2727f

RGB 226114127
HSL0.980.660.67
HSV353°50°89°
CMYK 0.000.500.44   0.11
XYZ41.212129.735723.6461
Yxy29.73570.43570.3144
Hunter Lab54.530539.475412.4613
CIE-Lab61.425544.710913.2760

#e2727f color RGB value is (226,114,127).

#e2727f hex color red value is 226, green value is 114 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e2727f hue: 0.98 , saturation: 0.66 and the lightness value of e2727f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110010 01111111
Octal 342 162 177
Decimal 226 114 127
Hex E2 72 7F

RGB Percentages of Color #e2727f

%48.39
%24.41
%27.19

CMYK Percentages of Color #e2727f

%0
%50
%44
%11

Triadic Colors of #e2727f

#e2727f #7fe272 #727fe2

Analogous Colors of #e2727f

#e2727f #e29d72 #e272b7

Monochromatic Colors of #e2727f

#e2727f

Complementary Color

#e2727f #72e2d5

#e2727f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2727f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2727f Color CSS Codes

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

#e2727f Text Font Color

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

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


#e2727f Background Color

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

This div background color is #e2727f


#e2727f Border Color

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

This div border color is #e2727f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2727f


Comments

No comments written yet.

Please login to write comment.