Color Hex Logo

#bb08ff Color Hex

#BB08FF
(187,8,255)
0 Favorites   0 Comments

Color spaces of #bb08ff

RGB 1878255
HSL0.791.000.52
HSV283°97°100°
CMYK 0.270.970.00   0.00
XYZ38.630317.958596.0380
Yxy17.95850.25310.1177
Hunter Lab42.377588.5558-104.7018
CIE-Lab49.445788.2741-78.9665

#bb08ff color RGB value is (187,8,255).

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

The process color (four color CMYK) of #bb08ff color hex is 0.27, 0.97, 0.00, 0.00. Web safe color of #bb08ff is #cc00ff. Color #bb08ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001000 11111111
Octal 273 10 377
Decimal 187 8 255
Hex BB 8 FF

RGB Percentages of Color #bb08ff

%41.56
%1.78
%56.67

CMYK Percentages of Color #bb08ff

%27
%97
%0
%0

Triadic Colors of #bb08ff

#bb08ff #ffbb08 #08ffbb

Analogous Colors of #bb08ff

#bb08ff #ff08c8 #4008ff

Monochromatic Colors of #bb08ff

#bb08ff

Complementary Color

#bb08ff #4cff08

#bb08ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb08ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb08ff Color CSS Codes

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

#bb08ff Text Font Color

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

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


#bb08ff Background Color

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

This div background color is #bb08ff


#bb08ff Border Color

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

This div border color is #bb08ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,8,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 #bb08ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb08ff

Related Colors


Comments

No comments written yet.

Please login to write comment.