Color Hex Logo

#bb31df Color Hex

#BB31DF
(187,49,223)
0 Favorites   0 Comments

Color spaces of #bb31df

RGB 18749223
HSL0.800.730.53
HSV288°78°87°
CMYK 0.160.780.00   0.13
XYZ34.911118.089171.4636
Yxy18.08910.28050.1453
Hunter Lab42.531372.0890-69.8507
CIE-Lab49.604075.3028-60.6984

#bb31df color RGB value is (187,49,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 11011111
Octal 273 61 337
Decimal 187 49 223
Hex BB 31 DF

RGB Percentages of Color #bb31df

%40.74
%10.68
%48.58

CMYK Percentages of Color #bb31df

%16
%78
%0
%13

Triadic Colors of #bb31df

#bb31df #dfbb31 #31dfbb

Analogous Colors of #bb31df

#bb31df #df31ac #6431df

Monochromatic Colors of #bb31df

#bb31df

Complementary Color

#bb31df #55df31

#bb31df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb31df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb31df Color CSS Codes

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

#bb31df Text Font Color

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

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


#bb31df Background Color

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

This div background color is #bb31df


#bb31df Border Color

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

This div border color is #bb31df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb31df


Comments

No comments written yet.

Please login to write comment.