Color Hex Logo

#e2879a Color Hex

#E2879A
(226,135,154)
0 Favorites   0 Comments

Color spaces of #e2879a

RGB 226135154
HSL0.970.610.71
HSV347°40°89°
CMYK 0.000.400.32   0.11
XYZ45.860735.829835.0706
Yxy35.82980.39280.3069
Hunter Lab59.858032.00787.1628
CIE-Lab66.389737.03884.9553

#e2879a color RGB value is (226,135,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000111 10011010
Octal 342 207 232
Decimal 226 135 154
Hex E2 87 9A

RGB Percentages of Color #e2879a

%43.88
%26.21
%29.90

CMYK Percentages of Color #e2879a

%0
%40
%32
%11

Triadic Colors of #e2879a

#e2879a #9ae287 #879ae2

Analogous Colors of #e2879a

#e2879a #e2a287 #e287c8

Monochromatic Colors of #e2879a

#e2879a

Complementary Color

#e2879a #87e2cf

#e2879a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2879a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2879a Color CSS Codes

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

#e2879a Text Font Color

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

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


#e2879a Background Color

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

This div background color is #e2879a


#e2879a Border Color

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

This div border color is #e2879a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2879a


Comments

No comments written yet.

Please login to write comment.