Color Hex Logo

#e5718a Color Hex

#E5718A
(229,113,138)
0 Favorites   0 Comments

Color spaces of #e5718a

RGB 229113138
HSL0.960.690.67
HSV347°51°90°
CMYK 0.000.510.40   0.10
XYZ42.805730.303227.6378
Yxy30.30320.42490.3008
Hunter Lab55.048342.46748.7665
CIE-Lab61.915047.41757.7038

#e5718a color RGB value is (229,113,138).

#e5718a hex color red value is 229, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e5718a hue: 0.96 , saturation: 0.69 and the lightness value of e5718a is 0.67.

The process color (four color CMYK) of #e5718a color hex is 0.00, 0.51, 0.40, 0.10. Web safe color of #e5718a is #cc6699. Color #e5718a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110001 10001010
Octal 345 161 212
Decimal 229 113 138
Hex E5 71 8A

RGB Percentages of Color #e5718a

%47.71
%23.54
%28.75

CMYK Percentages of Color #e5718a

%0
%51
%40
%10

Triadic Colors of #e5718a

#e5718a #8ae571 #718ae5

Analogous Colors of #e5718a

#e5718a #e59271 #e571c4

Monochromatic Colors of #e5718a

#e5718a

Complementary Color

#e5718a #71e5cc

#e5718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5718a Color CSS Codes

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

#e5718a Text Font Color

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

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


#e5718a Background Color

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

This div background color is #e5718a


#e5718a Border Color

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

This div border color is #e5718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5718a


Comments

No comments written yet.

Please login to write comment.