Color Hex Logo

#bb66ce Color Hex

#BB66CE
(187,102,206)
0 Favorites   0 Comments

Color spaces of #bb66ce

RGB 187102206
HSL0.800.510.60
HSV289°50°81°
CMYK 0.090.500.00   0.19
XYZ36.385524.523861.2084
Yxy24.52380.29800.2008
Hunter Lab49.521544.4887-38.6172
CIE-Lab56.608550.0827-39.8749

#bb66ce color RGB value is (187,102,206).

#bb66ce hex color red value is 187, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bb66ce hue: 0.80 , saturation: 0.51 and the lightness value of bb66ce is 0.60.

The process color (four color CMYK) of #bb66ce color hex is 0.09, 0.50, 0.00, 0.19. Web safe color of #bb66ce is #cc66cc. Color #bb66ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 11001110
Octal 273 146 316
Decimal 187 102 206
Hex BB 66 CE

RGB Percentages of Color #bb66ce

%37.78
%20.61
%41.62

CMYK Percentages of Color #bb66ce

%9
%50
%0
%19

Triadic Colors of #bb66ce

#bb66ce #cebb66 #66cebb

Analogous Colors of #bb66ce

#bb66ce #ce66ad #8766ce

Monochromatic Colors of #bb66ce

#bb66ce

Complementary Color

#bb66ce #79ce66

#bb66ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb66ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb66ce Color CSS Codes

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

#bb66ce Text Font Color

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

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


#bb66ce Background Color

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

This div background color is #bb66ce


#bb66ce Border Color

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

This div border color is #bb66ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb66ce


Comments

No comments written yet.

Please login to write comment.