Color Hex Logo

#e16d71 Color Hex

#E16D71
(225,109,113)
0 Favorites   0 Comments

Color spaces of #e16d71

RGB 225109113
HSL0.990.660.65
HSV358°52°88°
CMYK 0.000.520.50   0.12
XYZ39.500628.137118.9719
Yxy28.13710.45610.3249
Hunter Lab53.044440.095915.9254
CIE-Lab60.012445.488919.3489

#e16d71 color RGB value is (225,109,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101101 01110001
Octal 341 155 161
Decimal 225 109 113
Hex E1 6D 71

RGB Percentages of Color #e16d71

%50.34
%24.38
%25.28

CMYK Percentages of Color #e16d71

%0
%52
%50
%12

Triadic Colors of #e16d71

#e16d71 #71e16d #6d71e1

Analogous Colors of #e16d71

#e16d71 #e1a36d #e16dab

Monochromatic Colors of #e16d71

#e16d71

Complementary Color

#e16d71 #6de1dd

#e16d71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16d71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16d71 Color CSS Codes

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

#e16d71 Text Font Color

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

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


#e16d71 Background Color

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

This div background color is #e16d71


#e16d71 Border Color

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

This div border color is #e16d71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16d71


Comments

No comments written yet.

Please login to write comment.