Color Hex Logo

#eb6dbb Color Hex

#EB6DBB
(235,109,187)
0 Favorites   0 Comments

Color spaces of #eb6dbb

RGB 235109187
HSL0.900.760.67
HSV323°54°92°
CMYK 0.000.540.20   0.08
XYZ48.699232.187350.6597
Yxy32.18730.37020.2447
Hunter Lab56.733953.9366-13.2285
CIE-Lab63.497457.4351-17.9114

#eb6dbb color RGB value is (235,109,187).

#eb6dbb hex color red value is 235, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb6dbb hue: 0.90 , saturation: 0.76 and the lightness value of eb6dbb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101101 10111011
Octal 353 155 273
Decimal 235 109 187
Hex EB 6D BB

RGB Percentages of Color #eb6dbb

%44.26
%20.53
%35.22

CMYK Percentages of Color #eb6dbb

%0
%54
%20
%8

Triadic Colors of #eb6dbb

#eb6dbb #bbeb6d #6dbbeb

Analogous Colors of #eb6dbb

#eb6dbb #eb6d7c #dc6deb

Monochromatic Colors of #eb6dbb

#eb6dbb

Complementary Color

#eb6dbb #6deb9d

#eb6dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6dbb Color CSS Codes

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

#eb6dbb Text Font Color

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

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


#eb6dbb Background Color

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

This div background color is #eb6dbb


#eb6dbb Border Color

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

This div border color is #eb6dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6dbb


Comments

No comments written yet.

Please login to write comment.