Color Hex Logo

#eb1fbb Color Hex

#EB1FBB
(235,31,187)
0 Favorites   0 Comments

Color spaces of #eb1fbb

RGB 23531187
HSL0.870.840.52
HSV314°87°92°
CMYK 0.000.870.20   0.08
XYZ43.720622.230049.0002
Yxy22.23000.38030.1934
Hunter Lab47.148783.0113-28.6142
CIE-Lab54.270283.0804-32.1094

#eb1fbb color RGB value is (235,31,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011111 10111011
Octal 353 37 273
Decimal 235 31 187
Hex EB 1F BB

RGB Percentages of Color #eb1fbb

%51.88
%6.84
%41.28

CMYK Percentages of Color #eb1fbb

%0
%87
%20
%8

Triadic Colors of #eb1fbb

#eb1fbb #bbeb1f #1fbbeb

Analogous Colors of #eb1fbb

#eb1fbb #eb1f55 #b51feb

Monochromatic Colors of #eb1fbb

#eb1fbb

Complementary Color

#eb1fbb #1feb4f

#eb1fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb1fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb1fbb Color CSS Codes

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

#eb1fbb Text Font Color

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

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


#eb1fbb Background Color

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

This div background color is #eb1fbb


#eb1fbb Border Color

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

This div border color is #eb1fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb1fbb


Comments

No comments written yet.

Please login to write comment.