Color Hex Logo

#e1687e Color Hex

#E1687E
(225,104,126)
0 Favorites   0 Comments

Color spaces of #e1687e

RGB 225104126
HSL0.970.670.65
HSV349°54°88°
CMYK 0.000.540.44   0.12
XYZ39.767527.414522.9342
Yxy27.41450.44130.3042
Hunter Lab52.358943.946010.6810
CIE-Lab59.356049.156510.9267

#e1687e color RGB value is (225,104,126).

#e1687e hex color red value is 225, green value is 104 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e1687e hue: 0.97 , saturation: 0.67 and the lightness value of e1687e is 0.65.

The process color (four color CMYK) of #e1687e color hex is 0.00, 0.54, 0.44, 0.12. Web safe color of #e1687e is #cc6666. Color #e1687e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 01111110
Octal 341 150 176
Decimal 225 104 126
Hex E1 68 7E

RGB Percentages of Color #e1687e

%49.45
%22.86
%27.69

CMYK Percentages of Color #e1687e

%0
%54
%44
%12

Triadic Colors of #e1687e

#e1687e #7ee168 #687ee1

Analogous Colors of #e1687e

#e1687e #e18f68 #e168bb

Monochromatic Colors of #e1687e

#e1687e

Complementary Color

#e1687e #68e1cb

#e1687e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1687e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1687e Color CSS Codes

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

#e1687e Text Font Color

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

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


#e1687e Background Color

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

This div background color is #e1687e


#e1687e Border Color

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

This div border color is #e1687e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1687e


Comments

No comments written yet.

Please login to write comment.