Color Hex Logo

#e5727e Color Hex

#E5727E
(229,114,126)
0 Favorites   0 Comments

Color spaces of #e5727e

RGB 229114126
HSL0.980.690.67
HSV354°50°90°
CMYK 0.000.500.45   0.10
XYZ42.096330.199023.3489
Yxy30.19900.44010.3157
Hunter Lab54.953640.568113.2762
CIE-Lab61.825545.673914.4715

#e5727e color RGB value is (229,114,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01110010 01111110
Octal 345 162 176
Decimal 229 114 126
Hex E5 72 7E

RGB Percentages of Color #e5727e

%48.83
%24.31
%26.87

CMYK Percentages of Color #e5727e

%0
%50
%45
%10

Triadic Colors of #e5727e

#e5727e #7ee572 #727ee5

Analogous Colors of #e5727e

#e5727e #e5a072 #e572b8

Monochromatic Colors of #e5727e

#e5727e

Complementary Color

#e5727e #72e5d9

#e5727e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5727e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5727e Color CSS Codes

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

#e5727e Text Font Color

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

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


#e5727e Background Color

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

This div background color is #e5727e


#e5727e Border Color

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

This div border color is #e5727e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5727e


Comments

No comments written yet.

Please login to write comment.