Color Hex Logo

#bb66ff Color Hex

#BB66FF
(187,102,255)
0 Favorites   0 Comments

Color spaces of #bb66ff

RGB 187102255
HSL0.761.000.70
HSV273°60°100°
CMYK 0.270.600.00   0.00
XYZ43.294927.287597.5929
Yxy27.28750.25740.1623
Hunter Lab52.237456.5270-74.2027
CIE-Lab59.239560.4041-63.1103

#bb66ff color RGB value is (187,102,255).

#bb66ff hex color red value is 187, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bb66ff hue: 0.76 , saturation: 1.00 and the lightness value of bb66ff is 0.70.

The process color (four color CMYK) of #bb66ff color hex is 0.27, 0.60, 0.00, 0.00. Web safe color of #bb66ff is #cc66ff. Color #bb66ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100110 11111111
Octal 273 146 377
Decimal 187 102 255
Hex BB 66 FF

RGB Percentages of Color #bb66ff

%34.38
%18.75
%46.88

CMYK Percentages of Color #bb66ff

%27
%60
%0
%0

Triadic Colors of #bb66ff

#bb66ff #ffbb66 #66ffbb

Analogous Colors of #bb66ff

#bb66ff #ff66f7 #6f66ff

Monochromatic Colors of #bb66ff

#bb66ff

Complementary Color

#bb66ff #aaff66

#bb66ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb66ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb66ff Color CSS Codes

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

#bb66ff Text Font Color

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

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


#bb66ff Background Color

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

This div background color is #bb66ff


#bb66ff Border Color

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

This div border color is #bb66ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb66ff


Comments

No comments written yet.

Please login to write comment.