Color Hex Logo

#bb85da Color Hex

#BB85DA
(187,133,218)
0 Favorites   0 Comments

Color spaces of #bb85da

RGB 187133218
HSL0.770.530.69
HSV278°39°85°
CMYK 0.140.390.00   0.15
XYZ41.535932.401870.3947
Yxy32.40180.28780.2245
Hunter Lab56.922630.6354-33.4766
CIE-Lab63.673636.0094-35.5696

#bb85da color RGB value is (187,133,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000101 11011010
Octal 273 205 332
Decimal 187 133 218
Hex BB 85 DA

RGB Percentages of Color #bb85da

%34.76
%24.72
%40.52

CMYK Percentages of Color #bb85da

%14
%39
%0
%15

Triadic Colors of #bb85da

#bb85da #dabb85 #85dabb

Analogous Colors of #bb85da

#bb85da #da85cf #9185da

Monochromatic Colors of #bb85da

#bb85da

Complementary Color

#bb85da #a4da85

#bb85da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb85da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb85da Color CSS Codes

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

#bb85da Text Font Color

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

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


#bb85da Background Color

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

This div background color is #bb85da


#bb85da Border Color

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

This div border color is #bb85da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb85da


Comments

No comments written yet.

Please login to write comment.