Color Hex Logo

#eb5dbd Color Hex

#EB5DBD
(235,93,189)
0 Favorites   0 Comments

Color spaces of #eb5dbd

RGB 23593189
HSL0.890.780.64
HSV319°60°92°
CMYK 0.000.600.20   0.08
XYZ47.360629.165051.2773
Yxy29.16500.37060.2282
Hunter Lab54.004662.0316-18.4925
CIE-Lab60.927064.8145-22.9704

#eb5dbd color RGB value is (235,93,189).

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

The process color (four color CMYK) of #eb5dbd color hex is 0.00, 0.60, 0.20, 0.08. Web safe color of #eb5dbd is #ff66cc. Color #eb5dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10111101
Octal 353 135 275
Decimal 235 93 189
Hex EB 5D BD

RGB Percentages of Color #eb5dbd

%45.45
%17.99
%36.56

CMYK Percentages of Color #eb5dbd

%0
%60
%20
%8

Triadic Colors of #eb5dbd

#eb5dbd #bdeb5d #5dbdeb

Analogous Colors of #eb5dbd

#eb5dbd #eb5d76 #d25deb

Monochromatic Colors of #eb5dbd

#eb5dbd

Complementary Color

#eb5dbd #5deb8b

#eb5dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dbd Color CSS Codes

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

#eb5dbd Text Font Color

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

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


#eb5dbd Background Color

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

This div background color is #eb5dbd


#eb5dbd Border Color

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

This div border color is #eb5dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dbd


Comments

No comments written yet.

Please login to write comment.