Color Hex Logo

#ea516a Color Hex

#EA516A
(234,81,106)
0 Favorites   0 Comments

Color spaces of #ea516a

RGB 23481106
HSL0.970.780.62
HSV350°65°92°
CMYK 0.000.650.55   0.08
XYZ39.475624.417916.2682
Yxy24.41790.49240.3046
Hunter Lab49.414556.122515.0707
CIE-Lab56.503860.533418.8802

#ea516a color RGB value is (234,81,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010001 01101010
Octal 352 121 152
Decimal 234 81 106
Hex EA 51 6A

RGB Percentages of Color #ea516a

%55.58
%19.24
%25.18

CMYK Percentages of Color #ea516a

%0
%65
%55
%8

Triadic Colors of #ea516a

#ea516a #6aea51 #516aea

Analogous Colors of #ea516a

#ea516a #ea8551 #ea51b7

Monochromatic Colors of #ea516a

#ea516a

Complementary Color

#ea516a #51ead1

#ea516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea516a Color CSS Codes

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

#ea516a Text Font Color

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

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


#ea516a Background Color

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

This div background color is #ea516a


#ea516a Border Color

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

This div border color is #ea516a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #ea516a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea516a


Comments

No comments written yet.

Please login to write comment.