Color Hex Logo

#b011ac Color Hex

#B011AC
(176,17,172)
0 Favorites   0 Comments

Color spaces of #b011ac

RGB 17617172
HSL0.840.820.38
HSV302°90°69°
CMYK 0.000.900.02   0.31
XYZ25.551312.609640.1169
Yxy12.60960.32640.1611
Hunter Lab35.510066.2976-42.1250
CIE-Lab42.169071.9684-43.0877

#b011ac color RGB value is (176,17,172).

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

The process color (four color CMYK) of #b011ac color hex is 0.00, 0.90, 0.02, 0.31. Web safe color of #b011ac is #990099. Color #b011ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010001 10101100
Octal 260 21 254
Decimal 176 17 172
Hex B0 11 AC

RGB Percentages of Color #b011ac

%48.22
%4.66
%47.12

CMYK Percentages of Color #b011ac

%0
%90
%2
%31

Triadic Colors of #b011ac

#b011ac #acb011 #11acb0

Analogous Colors of #b011ac

#b011ac #b0115d #6511b0

Monochromatic Colors of #b011ac

#b011ac

Complementary Color

#b011ac #11b015

#b011ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b011ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b011ac Color CSS Codes

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

#b011ac Text Font Color

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

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


#b011ac Background Color

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

This div background color is #b011ac


#b011ac Border Color

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

This div border color is #b011ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b011ac


Comments

No comments written yet.

Please login to write comment.