Color Hex Logo

#b411ac Color Hex

#B411AC
(180,17,172)
0 Favorites   0 Comments

Color spaces of #b411ac

RGB 18017172
HSL0.840.830.39
HSV303°91°71°
CMYK 0.000.910.04   0.29
XYZ26.469213.082840.1599
Yxy13.08280.33210.1641
Hunter Lab36.170267.3279-40.5109
CIE-Lab42.887772.6893-41.8997

#b411ac color RGB value is (180,17,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 10101100
Octal 264 21 254
Decimal 180 17 172
Hex B4 11 AC

RGB Percentages of Color #b411ac

%48.78
%4.61
%46.61

CMYK Percentages of Color #b411ac

%0
%91
%4
%29

Triadic Colors of #b411ac

#b411ac #acb411 #11acb4

Analogous Colors of #b411ac

#b411ac #b4115b #6b11b4

Monochromatic Colors of #b411ac

#b411ac

Complementary Color

#b411ac #11b419

#b411ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b411ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b411ac Color CSS Codes

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

#b411ac Text Font Color

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

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


#b411ac Background Color

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

This div background color is #b411ac


#b411ac Border Color

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

This div border color is #b411ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b411ac


Comments

No comments written yet.

Please login to write comment.