Color Hex Logo

#bb63db Color Hex

#BB63DB
(187,99,219)
0 Favorites   0 Comments

Color spaces of #bb63db

RGB 18799219
HSL0.790.630.62
HSV284°55°86°
CMYK 0.150.550.00   0.14
XYZ37.741524.602969.7775
Yxy24.60290.28570.1862
Hunter Lab49.601349.0179-48.6863
CIE-Lab56.686454.2016-47.1094

#bb63db color RGB value is (187,99,219).

#bb63db hex color red value is 187, green value is 99 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb63db hue: 0.79 , saturation: 0.63 and the lightness value of bb63db is 0.62.

The process color (four color CMYK) of #bb63db color hex is 0.15, 0.55, 0.00, 0.14. Web safe color of #bb63db is #cc66cc. Color #bb63db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 11011011
Octal 273 143 333
Decimal 187 99 219
Hex BB 63 DB

RGB Percentages of Color #bb63db

%37.03
%19.60
%43.37

CMYK Percentages of Color #bb63db

%15
%55
%0
%14

Triadic Colors of #bb63db

#bb63db #dbbb63 #63dbbb

Analogous Colors of #bb63db

#bb63db #db63bf #7f63db

Monochromatic Colors of #bb63db

#bb63db

Complementary Color

#bb63db #83db63

#bb63db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb63db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb63db Color CSS Codes

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

#bb63db Text Font Color

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

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


#bb63db Background Color

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

This div background color is #bb63db


#bb63db Border Color

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

This div border color is #bb63db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb63db


Comments

No comments written yet.

Please login to write comment.