Color Hex Logo

#eb538d Color Hex

#EB538D
(235,83,141)
0 Favorites   0 Comments

Color spaces of #eb538d

RGB 23583141
HSL0.940.790.62
HSV337°65°92°
CMYK 0.000.650.40   0.08
XYZ42.161925.771827.9516
Yxy25.77180.43970.2688
Hunter Lab50.765959.40672.8912
CIE-Lab57.819863.13790.1658

#eb538d color RGB value is (235,83,141).

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

The process color (four color CMYK) of #eb538d color hex is 0.00, 0.65, 0.40, 0.08. Web safe color of #eb538d is #ff6699. Color #eb538d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010011 10001101
Octal 353 123 215
Decimal 235 83 141
Hex EB 53 8D

RGB Percentages of Color #eb538d

%51.20
%18.08
%30.72

CMYK Percentages of Color #eb538d

%0
%65
%40
%8

Triadic Colors of #eb538d

#eb538d #8deb53 #538deb

Analogous Colors of #eb538d

#eb538d #eb6553 #eb53d9

Monochromatic Colors of #eb538d

#eb538d

Complementary Color

#eb538d #53ebb1

#eb538d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb538d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb538d Color CSS Codes

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

#eb538d Text Font Color

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

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


#eb538d Background Color

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

This div background color is #eb538d


#eb538d Border Color

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

This div border color is #eb538d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb538d


Comments

No comments written yet.

Please login to write comment.