Color Hex Logo

#e1879e Color Hex

#E1879E
(225,135,158)
0 Favorites   0 Comments

Color spaces of #e1879e

RGB 225135158
HSL0.960.600.71
HSV345°40°88°
CMYK 0.000.400.30   0.12
XYZ45.886935.804136.8401
Yxy35.80410.38710.3021
Hunter Lab59.836532.17265.3820
CIE-Lab66.370037.19842.6533

#e1879e color RGB value is (225,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000111 10011110
Octal 341 207 236
Decimal 225 135 158
Hex E1 87 9E

RGB Percentages of Color #e1879e

%43.44
%26.06
%30.50

CMYK Percentages of Color #e1879e

%0
%40
%30
%12

Triadic Colors of #e1879e

#e1879e #9ee187 #879ee1

Analogous Colors of #e1879e

#e1879e #e19d87 #e187cb

Monochromatic Colors of #e1879e

#e1879e

Complementary Color

#e1879e #87e1ca

#e1879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1879e Color CSS Codes

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

#e1879e Text Font Color

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

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


#e1879e Background Color

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

This div background color is #e1879e


#e1879e Border Color

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

This div border color is #e1879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1879e


Comments

No comments written yet.

Please login to write comment.