Color Hex Logo

#bb81dd Color Hex

#BB81DD
(187,129,221)
0 Favorites   0 Comments

Color spaces of #bb81dd

RGB 187129221
HSL0.770.580.69
HSV278°42°87°
CMYK 0.150.420.00   0.13
XYZ41.394931.485872.3022
Yxy31.48580.28510.2169
Hunter Lab56.112233.4860-37.1183
CIE-Lab62.915638.8468-38.4246

#bb81dd color RGB value is (187,129,221).

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

The process color (four color CMYK) of #bb81dd color hex is 0.15, 0.42, 0.00, 0.13. Web safe color of #bb81dd is #cc99cc. Color #bb81dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 11011101
Octal 273 201 335
Decimal 187 129 221
Hex BB 81 DD

RGB Percentages of Color #bb81dd

%34.82
%24.02
%41.15

CMYK Percentages of Color #bb81dd

%15
%42
%0
%13

Triadic Colors of #bb81dd

#bb81dd #ddbb81 #81ddbb

Analogous Colors of #bb81dd

#bb81dd #dd81d1 #8d81dd

Monochromatic Colors of #bb81dd

#bb81dd

Complementary Color

#bb81dd #a3dd81

#bb81dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb81dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb81dd Color CSS Codes

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

#bb81dd Text Font Color

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

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


#bb81dd Background Color

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

This div background color is #bb81dd


#bb81dd Border Color

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

This div border color is #bb81dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb81dd


Comments

No comments written yet.

Please login to write comment.