Color Hex Logo

#e2879f Color Hex

#E2879F
(226,135,159)
0 Favorites   0 Comments

Color spaces of #e2879f

RGB 226135159
HSL0.960.610.71
HSV344°40°89°
CMYK 0.000.400.30   0.11
XYZ46.286035.999937.3100
Yxy35.99990.38700.3010
Hunter Lab59.999932.70125.1314
CIE-Lab66.519837.68632.3217

#e2879f color RGB value is (226,135,159).

#e2879f hex color red value is 226, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #e2879f hue: 0.96 , saturation: 0.61 and the lightness value of e2879f is 0.71.

The process color (four color CMYK) of #e2879f color hex is 0.00, 0.40, 0.30, 0.11. Web safe color of #e2879f is #cc9999. Color #e2879f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 10011111
Octal 342 207 237
Decimal 226 135 159
Hex E2 87 9F

RGB Percentages of Color #e2879f

%43.46
%25.96
%30.58

CMYK Percentages of Color #e2879f

%0
%40
%30
%11

Triadic Colors of #e2879f

#e2879f #9fe287 #879fe2

Analogous Colors of #e2879f

#e2879f #e29d87 #e287cd

Monochromatic Colors of #e2879f

#e2879f

Complementary Color

#e2879f #87e2ca

#e2879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2879f Color CSS Codes

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

#e2879f Text Font Color

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

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


#e2879f Background Color

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

This div background color is #e2879f


#e2879f Border Color

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

This div border color is #e2879f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2879f


Comments

No comments written yet.

Please login to write comment.