Color Hex Logo

#eb558a Color Hex

#EB558A
(235,85,138)
0 Favorites   0 Comments

Color spaces of #eb558a

RGB 23585138
HSL0.940.790.63
HSV339°64°92°
CMYK 0.000.640.41   0.08
XYZ42.096925.994126.8434
Yxy25.99410.44340.2738
Hunter Lab50.984458.16154.4728
CIE-Lab58.031462.02962.2332

#eb558a color RGB value is (235,85,138).

#eb558a hex color red value is 235, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb558a hue: 0.94 , saturation: 0.79 and the lightness value of eb558a is 0.63.

The process color (four color CMYK) of #eb558a color hex is 0.00, 0.64, 0.41, 0.08. Web safe color of #eb558a is #ff6699. Color #eb558a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010101 10001010
Octal 353 125 212
Decimal 235 85 138
Hex EB 55 8A

RGB Percentages of Color #eb558a

%51.31
%18.56
%30.13

CMYK Percentages of Color #eb558a

%0
%64
%41
%8

Triadic Colors of #eb558a

#eb558a #8aeb55 #558aeb

Analogous Colors of #eb558a

#eb558a #eb6b55 #eb55d5

Monochromatic Colors of #eb558a

#eb558a

Complementary Color

#eb558a #55ebb6

#eb558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb558a Color CSS Codes

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

#eb558a Text Font Color

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

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


#eb558a Background Color

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

This div background color is #eb558a


#eb558a Border Color

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

This div border color is #eb558a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,85,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eb558a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eb558a;
  -webkit-box-shadow: 1px 1px 3px 2px #eb558a;
  box-shadow:         1px 1px 3px 2px #eb558a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,85,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb558a


Comments

No comments written yet.

Please login to write comment.