Color Hex Logo

#e1756f Color Hex

#E1756F
(225,117,111)
0 Favorites   0 Comments

Color spaces of #e1756f

RGB 225117111
HSL0.010.660.66
HSV51°88°
CMYK 0.000.480.51   0.12
XYZ40.281929.877818.6828
Yxy29.87780.45340.3363
Hunter Lab54.660635.888817.9973
CIE-Lab61.548641.311222.5679

#e1756f color RGB value is (225,117,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110101 01101111
Octal 341 165 157
Decimal 225 117 111
Hex E1 75 6F

RGB Percentages of Color #e1756f

%49.67
%25.83
%24.50

CMYK Percentages of Color #e1756f

%0
%48
%51
%12

Triadic Colors of #e1756f

#e1756f #6fe175 #756fe1

Analogous Colors of #e1756f

#e1756f #e1ae6f #e16fa2

Monochromatic Colors of #e1756f

#e1756f

Complementary Color

#e1756f #6fdbe1

#e1756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1756f Color CSS Codes

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

#e1756f Text Font Color

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

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


#e1756f Background Color

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

This div background color is #e1756f


#e1756f Border Color

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

This div border color is #e1756f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1756f


Comments

No comments written yet.

Please login to write comment.