Color Hex Logo

#e1687d Color Hex

#E1687D
(225,104,125)
0 Favorites   0 Comments

Color spaces of #e1687d

RGB 225104125
HSL0.970.670.65
HSV350°54°88°
CMYK 0.000.540.44   0.12
XYZ39.703327.388822.5960
Yxy27.38880.44270.3054
Hunter Lab52.334343.833611.0348
CIE-Lab59.332549.056711.4739

#e1687d color RGB value is (225,104,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 01111101
Octal 341 150 175
Decimal 225 104 125
Hex E1 68 7D

RGB Percentages of Color #e1687d

%49.56
%22.91
%27.53

CMYK Percentages of Color #e1687d

%0
%54
%44
%12

Triadic Colors of #e1687d

#e1687d #7de168 #687de1

Analogous Colors of #e1687d

#e1687d #e19068 #e168ba

Monochromatic Colors of #e1687d

#e1687d

Complementary Color

#e1687d #68e1cc

#e1687d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1687d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1687d Color CSS Codes

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

#e1687d Text Font Color

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

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


#e1687d Background Color

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

This div background color is #e1687d


#e1687d Border Color

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

This div border color is #e1687d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1687d


Comments

No comments written yet.

Please login to write comment.