Color Hex Logo

#bb31de Color Hex

#BB31DE
(187,49,222)
0 Favorites   0 Comments

Color spaces of #bb31de

RGB 18749222
HSL0.800.720.53
HSV288°78°87°
CMYK 0.160.780.00   0.13
XYZ34.776618.035370.7555
Yxy18.03530.28140.1460
Hunter Lab42.468071.8528-69.0549
CIE-Lab49.538975.1229-60.2347

#bb31de color RGB value is (187,49,222).

#bb31de hex color red value is 187, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb31de hue: 0.80 , saturation: 0.72 and the lightness value of bb31de is 0.53.

The process color (four color CMYK) of #bb31de color hex is 0.16, 0.78, 0.00, 0.13. Web safe color of #bb31de is #cc33cc. Color #bb31de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 11011110
Octal 273 61 336
Decimal 187 49 222
Hex BB 31 DE

RGB Percentages of Color #bb31de

%40.83
%10.70
%48.47

CMYK Percentages of Color #bb31de

%16
%78
%0
%13

Triadic Colors of #bb31de

#bb31de #debb31 #31debb

Analogous Colors of #bb31de

#bb31de #de31ab #6531de

Monochromatic Colors of #bb31de

#bb31de

Complementary Color

#bb31de #54de31

#bb31de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31de Color CSS Codes

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

#bb31de Text Font Color

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

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


#bb31de Background Color

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

This div background color is #bb31de


#bb31de Border Color

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

This div border color is #bb31de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31de


Comments

No comments written yet.

Please login to write comment.