Color Hex Logo

#e5516a Color Hex

#E5516A
(229,81,106)
0 Favorites   0 Comments

Color spaces of #e5516a

RGB 22981106
HSL0.970.740.61
HSV350°65°90°
CMYK 0.000.650.54   0.10
XYZ37.857023.583516.1924
Yxy23.58350.48760.3038
Hunter Lab48.562854.164114.2248
CIE-Lab55.668458.964517.6049

#e5516a color RGB value is (229,81,106).

#e5516a hex color red value is 229, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e5516a hue: 0.97 , saturation: 0.74 and the lightness value of e5516a is 0.61.

The process color (four color CMYK) of #e5516a color hex is 0.00, 0.65, 0.54, 0.10. Web safe color of #e5516a is #cc6666. Color #e5516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010001 01101010
Octal 345 121 152
Decimal 229 81 106
Hex E5 51 6A

RGB Percentages of Color #e5516a

%55.05
%19.47
%25.48

CMYK Percentages of Color #e5516a

%0
%65
%54
%10

Triadic Colors of #e5516a

#e5516a #6ae551 #516ae5

Analogous Colors of #e5516a

#e5516a #e58251 #e551b4

Monochromatic Colors of #e5516a

#e5516a

Complementary Color

#e5516a #51e5cc

#e5516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5516a Color CSS Codes

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

#e5516a Text Font Color

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

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


#e5516a Background Color

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

This div background color is #e5516a


#e5516a Border Color

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

This div border color is #e5516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5516a


Comments

No comments written yet.

Please login to write comment.