Color Hex Logo

#e17171 Color Hex

#E17171
(225,113,113)
0 Favorites   0 Comments

Color spaces of #e17171

RGB 225113113
HSL0.000.650.66
HSV50°88°
CMYK 0.000.500.50   0.12
XYZ39.937129.010119.1174
Yxy29.01010.45350.3294
Hunter Lab53.861038.098116.6584
CIE-Lab60.790543.504220.4057

#e17171 color RGB value is (225,113,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110001 01110001
Octal 341 161 161
Decimal 225 113 113
Hex E1 71 71

RGB Percentages of Color #e17171

%49.89
%25.06
%25.06

CMYK Percentages of Color #e17171

%0
%50
%50
%12

Triadic Colors of #e17171

#e17171 #71e171 #7171e1

Analogous Colors of #e17171

#e17171 #e1a971 #e171a9

Monochromatic Colors of #e17171

#e17171

Complementary Color

#e17171 #71e1e1

#e17171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17171 Color CSS Codes

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

#e17171 Text Font Color

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

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


#e17171 Background Color

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

This div background color is #e17171


#e17171 Border Color

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

This div border color is #e17171


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,113,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 #e17171">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17171

#e17171 Color Palettes


Comments

No comments written yet.

Please login to write comment.