Color Hex Logo

#eb5bbb Color Hex

#EB5BBB
(235,91,187)
0 Favorites   0 Comments

Color spaces of #eb5bbb

RGB 23591187
HSL0.890.780.64
HSV320°61°92°
CMYK 0.000.610.20   0.08
XYZ46.971728.732250.0839
Yxy28.73220.37340.2284
Hunter Lab53.602462.6150-17.8764
CIE-Lab60.544665.3749-22.4131

#eb5bbb color RGB value is (235,91,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011011 10111011
Octal 353 133 273
Decimal 235 91 187
Hex EB 5B BB

RGB Percentages of Color #eb5bbb

%45.81
%17.74
%36.45

CMYK Percentages of Color #eb5bbb

%0
%61
%20
%8

Triadic Colors of #eb5bbb

#eb5bbb #bbeb5b #5bbbeb

Analogous Colors of #eb5bbb

#eb5bbb #eb5b73 #d35beb

Monochromatic Colors of #eb5bbb

#eb5bbb

Complementary Color

#eb5bbb #5beb8b

#eb5bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5bbb Color CSS Codes

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

#eb5bbb Text Font Color

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

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


#eb5bbb Background Color

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

This div background color is #eb5bbb


#eb5bbb Border Color

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

This div border color is #eb5bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5bbb


Comments

No comments written yet.

Please login to write comment.