Color Hex Logo

#ea506b Color Hex

#EA506B
(234,80,107)
0 Favorites   0 Comments

Color spaces of #ea506b

RGB 23480107
HSL0.970.790.62
HSV349°66°92°
CMYK 0.000.660.54   0.08
XYZ39.454224.291316.5191
Yxy24.29130.49160.3026
Hunter Lab49.286256.640514.6283
CIE-Lab56.378361.007018.1210

#ea506b color RGB value is (234,80,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010000 01101011
Octal 352 120 153
Decimal 234 80 107
Hex EA 50 6B

RGB Percentages of Color #ea506b

%55.58
%19.00
%25.42

CMYK Percentages of Color #ea506b

%0
%66
%54
%8

Triadic Colors of #ea506b

#ea506b #6bea50 #506bea

Analogous Colors of #ea506b

#ea506b #ea8250 #ea50b8

Monochromatic Colors of #ea506b

#ea506b

Complementary Color

#ea506b #50eacf

#ea506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea506b Color CSS Codes

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

#ea506b Text Font Color

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

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


#ea506b Background Color

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

This div background color is #ea506b


#ea506b Border Color

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

This div border color is #ea506b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea506b


Comments

No comments written yet.

Please login to write comment.