Color Hex Logo

#b409ac Color Hex

#B409AC
(180,9,172)
0 Favorites   0 Comments

Color spaces of #b409ac

RGB 1809172
HSL0.840.900.37
HSV303°95°71°
CMYK 0.000.950.04   0.29
XYZ26.366512.877240.1256
Yxy12.87720.33220.1622
Hunter Lab35.884868.3551-41.1774
CIE-Lab42.577673.6031-42.3935

#b409ac color RGB value is (180,9,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 10101100
Octal 264 11 254
Decimal 180 9 172
Hex B4 9 AC

RGB Percentages of Color #b409ac

%49.86
%2.49
%47.65

CMYK Percentages of Color #b409ac

%0
%95
%4
%29

Triadic Colors of #b409ac

#b409ac #acb409 #09acb4

Analogous Colors of #b409ac

#b409ac #b40956 #6709b4

Monochromatic Colors of #b409ac

#b409ac

Complementary Color

#b409ac #09b411

#b409ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b409ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b409ac Color CSS Codes

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

#b409ac Text Font Color

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

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


#b409ac Background Color

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

This div background color is #b409ac


#b409ac Border Color

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

This div border color is #b409ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b409ac


Comments

No comments written yet.

Please login to write comment.