Color Hex Logo

#bb6ccc Color Hex

#BB6CCC
(187,108,204)
0 Favorites   0 Comments

Color spaces of #bb6ccc

RGB 187108204
HSL0.800.480.61
HSV289°47°80°
CMYK 0.080.470.00   0.20
XYZ36.755225.649660.1404
Yxy25.64960.29990.2093
Hunter Lab50.645440.9143-34.9538
CIE-Lab57.702946.5905-37.0222

#bb6ccc color RGB value is (187,108,204).

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

The process color (four color CMYK) of #bb6ccc color hex is 0.08, 0.47, 0.00, 0.20. Web safe color of #bb6ccc is #cc66cc. Color #bb6ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 11001100
Octal 273 154 314
Decimal 187 108 204
Hex BB 6C CC

RGB Percentages of Color #bb6ccc

%37.47
%21.64
%40.88

CMYK Percentages of Color #bb6ccc

%8
%47
%0
%20

Triadic Colors of #bb6ccc

#bb6ccc #ccbb6c #6cccbb

Analogous Colors of #bb6ccc

#bb6ccc #cc6cad #8b6ccc

Monochromatic Colors of #bb6ccc

#bb6ccc

Complementary Color

#bb6ccc #7dcc6c

#bb6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6ccc Color CSS Codes

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

#bb6ccc Text Font Color

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

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


#bb6ccc Background Color

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

This div background color is #bb6ccc


#bb6ccc Border Color

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

This div border color is #bb6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6ccc


Comments

No comments written yet.

Please login to write comment.