Color Hex Logo

#bb3bde Color Hex

#BB3BDE
(187,59,222)
0 Favorites   0 Comments

Color spaces of #bb3bde

RGB 18759222
HSL0.800.710.55
HSV287°73°87°
CMYK 0.160.730.00   0.13
XYZ35.242318.966770.9107
Yxy18.96670.28170.1516
Hunter Lab43.550868.2325-66.0522
CIE-Lab50.648271.9306-58.4486

#bb3bde color RGB value is (187,59,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111011 11011110
Octal 273 73 336
Decimal 187 59 222
Hex BB 3B DE

RGB Percentages of Color #bb3bde

%39.96
%12.61
%47.44

CMYK Percentages of Color #bb3bde

%16
%73
%0
%13

Triadic Colors of #bb3bde

#bb3bde #debb3b #3bdebb

Analogous Colors of #bb3bde

#bb3bde #de3bb0 #6a3bde

Monochromatic Colors of #bb3bde

#bb3bde

Complementary Color

#bb3bde #5ede3b

#bb3bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3bde Color CSS Codes

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

#bb3bde Text Font Color

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

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


#bb3bde Background Color

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

This div background color is #bb3bde


#bb3bde Border Color

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

This div border color is #bb3bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3bde


Comments

No comments written yet.

Please login to write comment.