Color Hex Logo

#eb1bbb Color Hex

#EB1BBB
(235,27,187)
0 Favorites   0 Comments

Color spaces of #eb1bbb

RGB 23527187
HSL0.870.840.51
HSV314°89°92°
CMYK 0.000.890.20   0.08
XYZ43.622522.033948.9675
Yxy22.03390.38060.1922
Hunter Lab46.940383.7380-28.9924
CIE-Lab54.063083.6847-32.4326

#eb1bbb color RGB value is (235,27,187).

#eb1bbb hex color red value is 235, green value is 27 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #eb1bbb hue: 0.87 , saturation: 0.84 and the lightness value of eb1bbb is 0.51.

The process color (four color CMYK) of #eb1bbb color hex is 0.00, 0.89, 0.20, 0.08. Web safe color of #eb1bbb is #ff33cc. Color #eb1bbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011011 10111011
Octal 353 33 273
Decimal 235 27 187
Hex EB 1B BB

RGB Percentages of Color #eb1bbb

%52.34
%6.01
%41.65

CMYK Percentages of Color #eb1bbb

%0
%89
%20
%8

Triadic Colors of #eb1bbb

#eb1bbb #bbeb1b #1bbbeb

Analogous Colors of #eb1bbb

#eb1bbb #eb1b53 #b31beb

Monochromatic Colors of #eb1bbb

#eb1bbb

Complementary Color

#eb1bbb #1beb4b

#eb1bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1bbb Color CSS Codes

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

#eb1bbb Text Font Color

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

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


#eb1bbb Background Color

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

This div background color is #eb1bbb


#eb1bbb Border Color

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

This div border color is #eb1bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1bbb


Comments

No comments written yet.

Please login to write comment.