Color Hex Logo

#bb6ada Color Hex

#BB6ADA
(187,106,218)
0 Favorites   0 Comments

Color spaces of #bb6ada

RGB 187106218
HSL0.790.600.64
HSV283°51°85°
CMYK 0.140.510.00   0.15
XYZ38.302425.934869.3168
Yxy25.93480.28680.1942
Hunter Lab50.926245.1317-45.0526
CIE-Lab57.975150.4587-44.5073

#bb6ada color RGB value is (187,106,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101010 11011010
Octal 273 152 332
Decimal 187 106 218
Hex BB 6A DA

RGB Percentages of Color #bb6ada

%36.59
%20.74
%42.66

CMYK Percentages of Color #bb6ada

%14
%51
%0
%15

Triadic Colors of #bb6ada

#bb6ada #dabb6a #6adabb

Analogous Colors of #bb6ada

#bb6ada #da6ac1 #836ada

Monochromatic Colors of #bb6ada

#bb6ada

Complementary Color

#bb6ada #89da6a

#bb6ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6ada Color CSS Codes

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

#bb6ada Text Font Color

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

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


#bb6ada Background Color

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

This div background color is #bb6ada


#bb6ada Border Color

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

This div border color is #bb6ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6ada


Comments

No comments written yet.

Please login to write comment.