Color Hex Logo

#eb546a Color Hex

#EB546A
(235,84,106)
0 Favorites   0 Comments

Color spaces of #eb546a

RGB 23584106
HSL0.980.790.63
HSV351°64°92°
CMYK 0.000.640.55   0.08
XYZ40.032825.043416.3596
Yxy25.04340.49160.3075
Hunter Lab50.043455.217315.6480
CIE-Lab57.117759.634419.7403

#eb546a color RGB value is (235,84,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010100 01101010
Octal 353 124 152
Decimal 235 84 106
Hex EB 54 6A

RGB Percentages of Color #eb546a

%55.29
%19.76
%24.94

CMYK Percentages of Color #eb546a

%0
%64
%55
%8

Triadic Colors of #eb546a

#eb546a #6aeb54 #546aeb

Analogous Colors of #eb546a

#eb546a #eb8a54 #eb54b6

Monochromatic Colors of #eb546a

#eb546a

Complementary Color

#eb546a #54ebd5

#eb546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb546a Color CSS Codes

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

#eb546a Text Font Color

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

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


#eb546a Background Color

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

This div background color is #eb546a


#eb546a Border Color

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

This div border color is #eb546a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb546a


Comments

No comments written yet.

Please login to write comment.