Color Hex Logo

#eb5dad Color Hex

#EB5DAD
(235,93,173)
0 Favorites   0 Comments

Color spaces of #eb5dad

RGB 23593173
HSL0.910.780.64
HSV326°60°92°
CMYK 0.000.600.26   0.08
XYZ45.718128.508042.6281
Yxy28.50800.39120.2440
Hunter Lab53.392959.4046-9.9613
CIE-Lab60.344962.6868-14.6812

#eb5dad color RGB value is (235,93,173).

#eb5dad hex color red value is 235, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb5dad hue: 0.91 , saturation: 0.78 and the lightness value of eb5dad is 0.64.

The process color (four color CMYK) of #eb5dad color hex is 0.00, 0.60, 0.26, 0.08. Web safe color of #eb5dad is #ff6699. Color #eb5dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10101101
Octal 353 135 255
Decimal 235 93 173
Hex EB 5D AD

RGB Percentages of Color #eb5dad

%46.91
%18.56
%34.53

CMYK Percentages of Color #eb5dad

%0
%60
%26
%8

Triadic Colors of #eb5dad

#eb5dad #adeb5d #5dadeb

Analogous Colors of #eb5dad

#eb5dad #eb5d66 #e25deb

Monochromatic Colors of #eb5dad

#eb5dad

Complementary Color

#eb5dad #5deb9b

#eb5dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dad Color CSS Codes

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

#eb5dad Text Font Color

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

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


#eb5dad Background Color

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

This div background color is #eb5dad


#eb5dad Border Color

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

This div border color is #eb5dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dad


Comments

No comments written yet.

Please login to write comment.