Color Hex Logo

#bb65db Color Hex

#BB65DB
(187,101,219)
0 Favorites   0 Comments

Color spaces of #bb65db

RGB 187101219
HSL0.790.620.63
HSV284°54°86°
CMYK 0.150.540.00   0.14
XYZ37.933424.986669.8414
Yxy24.98660.28570.1882
Hunter Lab49.986647.9820-47.8495
CIE-Lab57.062453.2031-46.5139

#bb65db color RGB value is (187,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100101 11011011
Octal 273 145 333
Decimal 187 101 219
Hex BB 65 DB

RGB Percentages of Color #bb65db

%36.88
%19.92
%43.20

CMYK Percentages of Color #bb65db

%15
%54
%0
%14

Triadic Colors of #bb65db

#bb65db #dbbb65 #65dbbb

Analogous Colors of #bb65db

#bb65db #db65c0 #8065db

Monochromatic Colors of #bb65db

#bb65db

Complementary Color

#bb65db #85db65

#bb65db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb65db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb65db Color CSS Codes

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

#bb65db Text Font Color

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

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


#bb65db Background Color

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

This div background color is #bb65db


#bb65db Border Color

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

This div border color is #bb65db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb65db


Comments

No comments written yet.

Please login to write comment.