Color Hex Logo

#bb86da Color Hex

#BB86DA
(187,134,218)
0 Favorites   0 Comments

Color spaces of #bb86da

RGB 187134218
HSL0.770.530.69
HSV278°39°85°
CMYK 0.140.390.00   0.15
XYZ41.673532.676970.4405
Yxy32.67690.28780.2257
Hunter Lab57.163730.0936-33.0460
CIE-Lab63.898435.4588-35.2194

#bb86da color RGB value is (187,134,218).

#bb86da hex color red value is 187, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb86da hue: 0.77 , saturation: 0.53 and the lightness value of bb86da is 0.69.

The process color (four color CMYK) of #bb86da color hex is 0.14, 0.39, 0.00, 0.15. Web safe color of #bb86da is #cc99cc. Color #bb86da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 11011010
Octal 273 206 332
Decimal 187 134 218
Hex BB 86 DA

RGB Percentages of Color #bb86da

%34.69
%24.86
%40.45

CMYK Percentages of Color #bb86da

%14
%39
%0
%15

Triadic Colors of #bb86da

#bb86da #dabb86 #86dabb

Analogous Colors of #bb86da

#bb86da #da86cf #9186da

Monochromatic Colors of #bb86da

#bb86da

Complementary Color

#bb86da #a5da86

#bb86da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb86da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb86da Color CSS Codes

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

#bb86da Text Font Color

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

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


#bb86da Background Color

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

This div background color is #bb86da


#bb86da Border Color

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

This div border color is #bb86da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb86da


Comments

No comments written yet.

Please login to write comment.