Color Hex Logo

#bb31eb Color Hex

#BB31EB
(187,49,235)
0 Favorites   0 Comments

Color spaces of #bb31eb

RGB 18749235
HSL0.790.820.56
HSV285°79°92°
CMYK 0.200.790.00   0.08
XYZ36.587218.759680.2899
Yxy18.75960.26970.1383
Hunter Lab43.312474.9875-79.5897
CIE-Lab50.404877.4924-66.1974

#bb31eb color RGB value is (187,49,235).

#bb31eb hex color red value is 187, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bb31eb hue: 0.79 , saturation: 0.82 and the lightness value of bb31eb is 0.56.

The process color (four color CMYK) of #bb31eb color hex is 0.20, 0.79, 0.00, 0.08. Web safe color of #bb31eb is #cc33ff. Color #bb31eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 11101011
Octal 273 61 353
Decimal 187 49 235
Hex BB 31 EB

RGB Percentages of Color #bb31eb

%39.70
%10.40
%49.89

CMYK Percentages of Color #bb31eb

%20
%79
%0
%8

Triadic Colors of #bb31eb

#bb31eb #ebbb31 #31ebbb

Analogous Colors of #bb31eb

#bb31eb #eb31be #5e31eb

Monochromatic Colors of #bb31eb

#bb31eb

Complementary Color

#bb31eb #61eb31

#bb31eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31eb Color CSS Codes

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

#bb31eb Text Font Color

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

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


#bb31eb Background Color

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

This div background color is #bb31eb


#bb31eb Border Color

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

This div border color is #bb31eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31eb


Comments

No comments written yet.

Please login to write comment.