Color Hex Logo

#e2827f Color Hex

#E2827F
(226,130,127)
0 Favorites   0 Comments

Color spaces of #e2827f

RGB 226130127
HSL0.010.630.69
HSV44°89°
CMYK 0.000.420.44   0.11
XYZ43.177433.666324.3012
Yxy33.66630.42690.3329
Hunter Lab58.022731.290615.7839
CIE-Lab64.696836.532817.8161

#e2827f color RGB value is (226,130,127).

#e2827f hex color red value is 226, green value is 130 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #e2827f hue: 0.01 , saturation: 0.63 and the lightness value of e2827f is 0.69.

The process color (four color CMYK) of #e2827f color hex is 0.00, 0.42, 0.44, 0.11. Web safe color of #e2827f is #cc9966. Color #e2827f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000010 01111111
Octal 342 202 177
Decimal 226 130 127
Hex E2 82 7F

RGB Percentages of Color #e2827f

%46.79
%26.92
%26.29

CMYK Percentages of Color #e2827f

%0
%42
%44
%11

Triadic Colors of #e2827f

#e2827f #7fe282 #827fe2

Analogous Colors of #e2827f

#e2827f #e2b47f #e27fae

Monochromatic Colors of #e2827f

#e2827f

Complementary Color

#e2827f #7fdfe2

#e2827f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2827f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2827f Color CSS Codes

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

#e2827f Text Font Color

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

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


#e2827f Background Color

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

This div background color is #e2827f


#e2827f Border Color

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

This div border color is #e2827f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2827f


Comments

No comments written yet.

Please login to write comment.