Color Hex Logo

#ea516b Color Hex

#EA516B
(234,81,107)
0 Favorites   0 Comments

Color spaces of #ea516b

RGB 23481107
HSL0.970.780.62
HSV350°65°92°
CMYK 0.000.650.54   0.08
XYZ39.528024.438816.5437
Yxy24.43880.49100.3035
Hunter Lab49.435656.213714.7634
CIE-Lab56.524560.609318.3201

#ea516b color RGB value is (234,81,107).

#ea516b hex color red value is 234, green value is 81 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea516b hue: 0.97 , saturation: 0.78 and the lightness value of ea516b is 0.62.

The process color (four color CMYK) of #ea516b color hex is 0.00, 0.65, 0.54, 0.08. Web safe color of #ea516b is #ff6666. Color #ea516b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 01101011
Octal 352 121 153
Decimal 234 81 107
Hex EA 51 6B

RGB Percentages of Color #ea516b

%55.45
%19.19
%25.36

CMYK Percentages of Color #ea516b

%0
%65
%54
%8

Triadic Colors of #ea516b

#ea516b #6bea51 #516bea

Analogous Colors of #ea516b

#ea516b #ea8451 #ea51b8

Monochromatic Colors of #ea516b

#ea516b

Complementary Color

#ea516b #51ead0

#ea516b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea516b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea516b Color CSS Codes

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

#ea516b Text Font Color

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

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


#ea516b Background Color

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

This div background color is #ea516b


#ea516b Border Color

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

This div border color is #ea516b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea516b


Comments

No comments written yet.

Please login to write comment.