Color Hex Logo

#eb5dbb Color Hex

#EB5DBB
(235,93,187)
0 Favorites   0 Comments

Color spaces of #eb5dbb

RGB 23593187
HSL0.890.780.64
HSV320°60°92°
CMYK 0.000.600.20   0.08
XYZ47.144929.078750.1417
Yxy29.07870.37310.2301
Hunter Lab53.924761.6896-17.3834
CIE-Lab60.851064.5392-21.9441

#eb5dbb color RGB value is (235,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011101 10111011
Octal 353 135 273
Decimal 235 93 187
Hex EB 5D BB

RGB Percentages of Color #eb5dbb

%45.63
%18.06
%36.31

CMYK Percentages of Color #eb5dbb

%0
%60
%20
%8

Triadic Colors of #eb5dbb

#eb5dbb #bbeb5d #5dbbeb

Analogous Colors of #eb5dbb

#eb5dbb #eb5d74 #d45deb

Monochromatic Colors of #eb5dbb

#eb5dbb

Complementary Color

#eb5dbb #5deb8d

#eb5dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5dbb Color CSS Codes

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

#eb5dbb Text Font Color

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

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


#eb5dbb Background Color

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

This div background color is #eb5dbb


#eb5dbb Border Color

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

This div border color is #eb5dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5dbb


Comments

No comments written yet.

Please login to write comment.