Color Hex Logo

#bb31ea Color Hex

#BB31EA
(187,49,234)
0 Favorites   0 Comments

Color spaces of #bb31ea

RGB 18749234
HSL0.790.810.55
HSV285°79°92°
CMYK 0.200.790.00   0.08
XYZ36.443118.701979.5310
Yxy18.70190.27060.1389
Hunter Lab43.245774.7418-78.7653
CIE-Lab50.336677.3080-65.7439

#bb31ea color RGB value is (187,49,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 11101010
Octal 273 61 352
Decimal 187 49 234
Hex BB 31 EA

RGB Percentages of Color #bb31ea

%39.79
%10.43
%49.79

CMYK Percentages of Color #bb31ea

%20
%79
%0
%8

Triadic Colors of #bb31ea

#bb31ea #eabb31 #31eabb

Analogous Colors of #bb31ea

#bb31ea #ea31bd #5f31ea

Monochromatic Colors of #bb31ea

#bb31ea

Complementary Color

#bb31ea #60ea31

#bb31ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31ea Color CSS Codes

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

#bb31ea Text Font Color

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

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


#bb31ea Background Color

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

This div background color is #bb31ea


#bb31ea Border Color

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

This div border color is #bb31ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31ea


Comments

No comments written yet.

Please login to write comment.