Color Hex Logo

#e1726a Color Hex

#E1726A
(225,114,106)
0 Favorites   0 Comments

Color spaces of #e1726a

RGB 225114106
HSL0.010.660.65
HSV53°88°
CMYK 0.000.490.53   0.12
XYZ39.670229.082817.1584
Yxy29.08280.46180.3385
Hunter Lab53.928536.931218.8857
CIE-Lab60.854642.391824.4802

#e1726a color RGB value is (225,114,106).

#e1726a hex color red value is 225, green value is 114 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e1726a hue: 0.01 , saturation: 0.66 and the lightness value of e1726a is 0.65.

The process color (four color CMYK) of #e1726a color hex is 0.00, 0.49, 0.53, 0.12. Web safe color of #e1726a is #cc6666. Color #e1726a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110010 01101010
Octal 341 162 152
Decimal 225 114 106
Hex E1 72 6A

RGB Percentages of Color #e1726a

%50.56
%25.62
%23.82

CMYK Percentages of Color #e1726a

%0
%49
%53
%12

Triadic Colors of #e1726a

#e1726a #6ae172 #726ae1

Analogous Colors of #e1726a

#e1726a #e1ae6a #e16a9e

Monochromatic Colors of #e1726a

#e1726a

Complementary Color

#e1726a #6ad9e1

#e1726a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1726a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1726a Color CSS Codes

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

#e1726a Text Font Color

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

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


#e1726a Background Color

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

This div background color is #e1726a


#e1726a Border Color

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

This div border color is #e1726a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1726a


Comments

No comments written yet.

Please login to write comment.