Color Hex Logo

#e17771 Color Hex

#E17771
(225,119,113)
0 Favorites   0 Comments

Color spaces of #e17771

RGB 225119113
HSL0.010.650.66
HSV50°88°
CMYK 0.000.470.50   0.12
XYZ40.628830.393519.3479
Yxy30.39350.44960.3363
Hunter Lab55.130335.069317.7835
CIE-Lab61.992340.474022.0293

#e17771 color RGB value is (225,119,113).

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

The process color (four color CMYK) of #e17771 color hex is 0.00, 0.47, 0.50, 0.12. Web safe color of #e17771 is #cc6666. Color #e17771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110111 01110001
Octal 341 167 161
Decimal 225 119 113
Hex E1 77 71

RGB Percentages of Color #e17771

%49.23
%26.04
%24.73

CMYK Percentages of Color #e17771

%0
%47
%50
%12

Triadic Colors of #e17771

#e17771 #71e177 #7771e1

Analogous Colors of #e17771

#e17771 #e1af71 #e171a3

Monochromatic Colors of #e17771

#e17771

Complementary Color

#e17771 #71dbe1

#e17771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17771 Color CSS Codes

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

#e17771 Text Font Color

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

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


#e17771 Background Color

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

This div background color is #e17771


#e17771 Border Color

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

This div border color is #e17771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17771


Comments

No comments written yet.

Please login to write comment.