Color Hex Logo

#b600bb Color Hex

#B600BB
(182,0,187)
0 Favorites   0 Comments

Color spaces of #b600bb

RGB 1820187
HSL0.831.000.37
HSV298°100°73°
CMYK 0.031.000.00   0.27
XYZ28.261013.532948.1363
Yxy13.53290.31430.1505
Hunter Lab36.787172.7519-51.8306
CIE-Lab43.555577.0186-49.6770

#b600bb color RGB value is (182,0,187).

#b600bb hex color red value is 182, green value is 0 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b600bb hue: 0.83 , saturation: 1.00 and the lightness value of b600bb is 0.37.

The process color (four color CMYK) of #b600bb color hex is 0.03, 1.00, 0.00, 0.27. Web safe color of #b600bb is #cc00cc. Color #b600bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00000000 10111011
Octal 266 0 273
Decimal 182 0 187
Hex B6 0 BB

RGB Percentages of Color #b600bb

%49.32
%0.00
%50.68

CMYK Percentages of Color #b600bb

%3
%100
%0
%27

Triadic Colors of #b600bb

#b600bb #bbb600 #00bbb6

Analogous Colors of #b600bb

#b600bb #bb0062 #5900bb

Monochromatic Colors of #b600bb

#b600bb

Complementary Color

#b600bb #05bb00

#b600bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b600bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b600bb Color CSS Codes

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

#b600bb Text Font Color

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

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


#b600bb Background Color

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

This div background color is #b600bb


#b600bb Border Color

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

This div border color is #b600bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b600bb

#b600bb Color Palettes


Comments

No comments written yet.

Please login to write comment.