Color Hex Logo

#e1688a Color Hex

#E1688A
(225,104,138)
0 Favorites   0 Comments

Color spaces of #e1688a

RGB 225104138
HSL0.950.670.65
HSV343°54°88°
CMYK 0.000.540.39   0.12
XYZ40.589127.743227.2604
Yxy27.74320.42460.2902
Hunter Lab52.671845.37716.1846
CIE-Lab59.656050.42134.3882

#e1688a color RGB value is (225,104,138).

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

The process color (four color CMYK) of #e1688a color hex is 0.00, 0.54, 0.39, 0.12. Web safe color of #e1688a is #cc6699. Color #e1688a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101000 10001010
Octal 341 150 212
Decimal 225 104 138
Hex E1 68 8A

RGB Percentages of Color #e1688a

%48.18
%22.27
%29.55

CMYK Percentages of Color #e1688a

%0
%54
%39
%12

Triadic Colors of #e1688a

#e1688a #8ae168 #688ae1

Analogous Colors of #e1688a

#e1688a #e18368 #e168c7

Monochromatic Colors of #e1688a

#e1688a

Complementary Color

#e1688a #68e1bf

#e1688a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1688a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1688a Color CSS Codes

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

#e1688a Text Font Color

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

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


#e1688a Background Color

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

This div background color is #e1688a


#e1688a Border Color

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

This div border color is #e1688a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1688a


Comments

No comments written yet.

Please login to write comment.