Color Hex Logo

#bb6cca Color Hex

#BB6CCA
(187,108,202)
0 Favorites   0 Comments

Color spaces of #bb6cca

RGB 187108202
HSL0.810.470.61
HSV290°47°79°
CMYK 0.070.470.00   0.21
XYZ36.516725.554258.8849
Yxy25.55420.30190.2113
Hunter Lab50.551240.4787-33.6786
CIE-Lab57.611546.1952-36.0300

#bb6cca color RGB value is (187,108,202).

#bb6cca hex color red value is 187, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bb6cca hue: 0.81 , saturation: 0.47 and the lightness value of bb6cca is 0.61.

The process color (four color CMYK) of #bb6cca color hex is 0.07, 0.47, 0.00, 0.21. Web safe color of #bb6cca is #cc66cc. Color #bb6cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 11001010
Octal 273 154 312
Decimal 187 108 202
Hex BB 6C CA

RGB Percentages of Color #bb6cca

%37.63
%21.73
%40.64

CMYK Percentages of Color #bb6cca

%7
%47
%0
%21

Triadic Colors of #bb6cca

#bb6cca #cabb6c #6ccabb

Analogous Colors of #bb6cca

#bb6cca #ca6caa #8c6cca

Monochromatic Colors of #bb6cca

#bb6cca

Complementary Color

#bb6cca #7bca6c

#bb6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cca Color CSS Codes

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

#bb6cca Text Font Color

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

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


#bb6cca Background Color

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

This div background color is #bb6cca


#bb6cca Border Color

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

This div border color is #bb6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cca


Comments

No comments written yet.

Please login to write comment.