Color Hex Logo

#e17071 Color Hex

#E17071
(225,112,113)
0 Favorites   0 Comments

Color spaces of #e17071

RGB 225112113
HSL1.000.650.66
HSV359°50°88°
CMYK 0.000.500.50   0.12
XYZ39.826128.788119.0804
Yxy28.78810.45410.3283
Hunter Lab53.654538.599616.4737
CIE-Lab60.594244.003420.1394

#e17071 color RGB value is (225,112,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110000 01110001
Octal 341 160 161
Decimal 225 112 113
Hex E1 70 71

RGB Percentages of Color #e17071

%50.00
%24.89
%25.11

CMYK Percentages of Color #e17071

%0
%50
%50
%12

Triadic Colors of #e17071

#e17071 #71e170 #7071e1

Analogous Colors of #e17071

#e17071 #e1a870 #e170aa

Monochromatic Colors of #e17071

#e17071

Complementary Color

#e17071 #70e1e0

#e17071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17071 Color CSS Codes

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

#e17071 Text Font Color

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

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


#e17071 Background Color

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

This div background color is #e17071


#e17071 Border Color

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

This div border color is #e17071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17071


Comments

No comments written yet.

Please login to write comment.