Color Hex Logo

#bb69db Color Hex

#BB69DB
(187,105,219)
0 Favorites   0 Comments

Color spaces of #bb69db

RGB 187105219
HSL0.790.610.64
HSV283°52°86°
CMYK 0.150.520.00   0.14
XYZ38.331325.782469.9741
Yxy25.78240.28590.1923
Hunter Lab50.776445.8918-46.1631
CIE-Lab57.829951.1773-45.2997

#bb69db color RGB value is (187,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101001 11011011
Octal 273 151 333
Decimal 187 105 219
Hex BB 69 DB

RGB Percentages of Color #bb69db

%36.59
%20.55
%42.86

CMYK Percentages of Color #bb69db

%15
%52
%0
%14

Triadic Colors of #bb69db

#bb69db #dbbb69 #69dbbb

Analogous Colors of #bb69db

#bb69db #db69c2 #8269db

Monochromatic Colors of #bb69db

#bb69db

Complementary Color

#bb69db #89db69

#bb69db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb69db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb69db Color CSS Codes

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

#bb69db Text Font Color

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

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


#bb69db Background Color

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

This div background color is #bb69db


#bb69db Border Color

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

This div border color is #bb69db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb69db


Comments

No comments written yet.

Please login to write comment.