Color Hex Logo

#b400bb Color Hex

#B400BB
(180,0,187)
0 Favorites   0 Comments

Color spaces of #b400bb

RGB 1800187
HSL0.831.000.37
HSV298°100°73°
CMYK 0.041.000.00   0.27
XYZ27.792013.291248.1144
Yxy13.29120.31160.1490
Hunter Lab36.457172.2743-52.7282
CIE-Lab43.198876.6997-50.2688

#b400bb color RGB value is (180,0,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 10111011
Octal 264 0 273
Decimal 180 0 187
Hex B4 0 BB

RGB Percentages of Color #b400bb

%49.05
%0.00
%50.95

CMYK Percentages of Color #b400bb

%4
%100
%0
%27

Triadic Colors of #b400bb

#b400bb #bbb400 #00bbb4

Analogous Colors of #b400bb

#b400bb #bb0065 #5700bb

Monochromatic Colors of #b400bb

#b400bb

Complementary Color

#b400bb #07bb00

#b400bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b400bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b400bb Color CSS Codes

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

#b400bb Text Font Color

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

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


#b400bb Background Color

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

This div background color is #b400bb


#b400bb Border Color

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

This div border color is #b400bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b400bb


Comments

No comments written yet.

Please login to write comment.