Color Hex Logo

#eb549e Color Hex

#EB549E
(235,84,158)
0 Favorites   0 Comments

Color spaces of #eb549e

RGB 23584158
HSL0.920.790.63
HSV331°64°92°
CMYK 0.000.640.33   0.08
XYZ43.602826.471435.1591
Yxy26.47140.41430.2515
Hunter Lab51.450461.2358-4.5011
CIE-Lab58.481864.5798-8.7942

#eb549e color RGB value is (235,84,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 10011110
Octal 353 124 236
Decimal 235 84 158
Hex EB 54 9E

RGB Percentages of Color #eb549e

%49.27
%17.61
%33.12

CMYK Percentages of Color #eb549e

%0
%64
%33
%8

Triadic Colors of #eb549e

#eb549e #9eeb54 #549eeb

Analogous Colors of #eb549e

#eb549e #eb5554 #eb54ea

Monochromatic Colors of #eb549e

#eb549e

Complementary Color

#eb549e #54eba1

#eb549e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb549e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb549e Color CSS Codes

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

#eb549e Text Font Color

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

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


#eb549e Background Color

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

This div background color is #eb549e


#eb549e Border Color

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

This div border color is #eb549e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb549e


Comments

No comments written yet.

Please login to write comment.