Color Hex Logo

#e5716e Color Hex

#E5716E
(229,113,110)
0 Favorites   0 Comments

Color spaces of #e5716e

RGB 229113110
HSL0.000.700.66
HSV52°90°
CMYK 0.000.510.52   0.10
XYZ41.032729.594118.3014
Yxy29.59410.46140.3328
Hunter Lab54.400539.436618.1340
CIE-Lab61.302444.691622.9048

#e5716e color RGB value is (229,113,110).

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

The process color (four color CMYK) of #e5716e color hex is 0.00, 0.51, 0.52, 0.10. Web safe color of #e5716e is #cc6666. Color #e5716e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 01101110
Octal 345 161 156
Decimal 229 113 110
Hex E5 71 6E

RGB Percentages of Color #e5716e

%50.66
%25.00
%24.34

CMYK Percentages of Color #e5716e

%0
%51
%52
%10

Triadic Colors of #e5716e

#e5716e #6ee571 #716ee5

Analogous Colors of #e5716e

#e5716e #e5ad6e #e56ea7

Monochromatic Colors of #e5716e

#e5716e

Complementary Color

#e5716e #6ee2e5

#e5716e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5716e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5716e Color CSS Codes

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

#e5716e Text Font Color

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

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


#e5716e Background Color

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

This div background color is #e5716e


#e5716e Border Color

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

This div border color is #e5716e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5716e


Comments

No comments written yet.

Please login to write comment.