Color Hex Logo

#e1656e Color Hex

#E1656E
(225,101,110)
0 Favorites   0 Comments

Color spaces of #e1656e

RGB 225101110
HSL0.990.670.64
HSV356°55°88°
CMYK 0.000.550.51   0.12
XYZ38.519526.440717.8252
Yxy26.44070.46530.3194
Hunter Lab51.420543.729815.4412
CIE-Lab58.453049.095218.9578

#e1656e color RGB value is (225,101,110).

#e1656e hex color red value is 225, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #e1656e hue: 0.99 , saturation: 0.67 and the lightness value of e1656e is 0.64.

The process color (four color CMYK) of #e1656e color hex is 0.00, 0.55, 0.51, 0.12. Web safe color of #e1656e is #cc6666. Color #e1656e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01100101 01101110
Octal 341 145 156
Decimal 225 101 110
Hex E1 65 6E

RGB Percentages of Color #e1656e

%51.61
%23.17
%25.23

CMYK Percentages of Color #e1656e

%0
%55
%51
%12

Triadic Colors of #e1656e

#e1656e #6ee165 #656ee1

Analogous Colors of #e1656e

#e1656e #e19a65 #e165ac

Monochromatic Colors of #e1656e

#e1656e

Complementary Color

#e1656e #65e1d8

#e1656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1656e Color CSS Codes

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

#e1656e Text Font Color

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

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


#e1656e Background Color

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

This div background color is #e1656e


#e1656e Border Color

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

This div border color is #e1656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1656e


Comments

No comments written yet.

Please login to write comment.