Color Hex Logo

#b406ac Color Hex

#B406AC
(180,6,172)
0 Favorites   0 Comments

Color spaces of #b406ac

RGB 1806172
HSL0.840.940.36
HSV303°97°71°
CMYK 0.000.970.04   0.29
XYZ26.333912.812140.1148
Yxy12.81210.33220.1616
Hunter Lab35.794068.6843-41.3913
CIE-Lab42.478873.8949-42.5511

#b406ac color RGB value is (180,6,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000110 10101100
Octal 264 6 254
Decimal 180 6 172
Hex B4 6 AC

RGB Percentages of Color #b406ac

%50.28
%1.68
%48.04

CMYK Percentages of Color #b406ac

%0
%97
%4
%29

Triadic Colors of #b406ac

#b406ac #acb406 #06acb4

Analogous Colors of #b406ac

#b406ac #b40655 #6506b4

Monochromatic Colors of #b406ac

#b406ac

Complementary Color

#b406ac #06b40e

#b406ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b406ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b406ac Color CSS Codes

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

#b406ac Text Font Color

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

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


#b406ac Background Color

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

This div background color is #b406ac


#b406ac Border Color

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

This div border color is #b406ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b406ac


Comments

No comments written yet.

Please login to write comment.