Color Hex Logo

#b400ac Color Hex

#B400AC
(180,0,172)
0 Favorites   0 Comments

Color spaces of #b400ac

RGB 1800172
HSL0.841.000.35
HSV303°100°71°
CMYK 0.001.000.04   0.29
XYZ26.268812.681940.0930
Yxy12.68190.33230.1604
Hunter Lab35.611769.3494-41.8229
CIE-Lab42.280074.4828-42.8679

#b400ac color RGB value is (180,0,172).

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

The process color (four color CMYK) of #b400ac color hex is 0.00, 1.00, 0.04, 0.29. Web safe color of #b400ac is #cc0099. Color #b400ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 10101100
Octal 264 0 254
Decimal 180 0 172
Hex B4 0 AC

RGB Percentages of Color #b400ac

%51.14
%0.00
%48.86

CMYK Percentages of Color #b400ac

%0
%100
%4
%29

Triadic Colors of #b400ac

#b400ac #acb400 #00acb4

Analogous Colors of #b400ac

#b400ac #b40052 #6200b4

Monochromatic Colors of #b400ac

#b400ac

Complementary Color

#b400ac #00b408

#b400ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b400ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b400ac Color CSS Codes

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

#b400ac Text Font Color

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

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


#b400ac Background Color

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

This div background color is #b400ac


#b400ac Border Color

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

This div border color is #b400ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b400ac


Comments

No comments written yet.

Please login to write comment.