Color Hex Logo

#bb6acd Color Hex

#BB6ACD
(187,106,205)
0 Favorites   0 Comments

Color spaces of #bb6acd

RGB 187106205
HSL0.800.500.61
HSV289°48°80°
CMYK 0.090.480.00   0.20
XYZ36.667025.280660.7047
Yxy25.28060.29900.2061
Hunter Lab50.279842.1830-36.3872
CIE-Lab57.347847.8297-38.1462

#bb6acd color RGB value is (187,106,205).

#bb6acd hex color red value is 187, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bb6acd hue: 0.80 , saturation: 0.50 and the lightness value of bb6acd is 0.61.

The process color (four color CMYK) of #bb6acd color hex is 0.09, 0.48, 0.00, 0.20. Web safe color of #bb6acd is #cc66cc. Color #bb6acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101010 11001101
Octal 273 152 315
Decimal 187 106 205
Hex BB 6A CD

RGB Percentages of Color #bb6acd

%37.55
%21.29
%41.16

CMYK Percentages of Color #bb6acd

%9
%48
%0
%20

Triadic Colors of #bb6acd

#bb6acd #cdbb6a #6acdbb

Analogous Colors of #bb6acd

#bb6acd #cd6aae #8a6acd

Monochromatic Colors of #bb6acd

#bb6acd

Complementary Color

#bb6acd #7ccd6a

#bb6acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6acd Color CSS Codes

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

#bb6acd Text Font Color

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

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


#bb6acd Background Color

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

This div background color is #bb6acd


#bb6acd Border Color

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

This div border color is #bb6acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6acd


Comments

No comments written yet.

Please login to write comment.