Color Hex Logo

#b006ac Color Hex

#B006AC
(176,6,172)
0 Favorites   0 Comments

Color spaces of #b006ac

RGB 1766172
HSL0.840.930.36
HSV301°97°69°
CMYK 0.000.970.02   0.31
XYZ25.416012.338940.0718
Yxy12.33890.32660.1585
Hunter Lab35.126867.6820-43.0479
CIE-Lab41.749873.2050-43.7568

#b006ac color RGB value is (176,6,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000110 10101100
Octal 260 6 254
Decimal 176 6 172
Hex B0 6 AC

RGB Percentages of Color #b006ac

%49.72
%1.69
%48.59

CMYK Percentages of Color #b006ac

%0
%97
%2
%31

Triadic Colors of #b006ac

#b006ac #acb006 #06acb0

Analogous Colors of #b006ac

#b006ac #b00657 #5f06b0

Monochromatic Colors of #b006ac

#b006ac

Complementary Color

#b006ac #06b00a

#b006ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b006ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b006ac Color CSS Codes

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

#b006ac Text Font Color

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

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


#b006ac Background Color

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

This div background color is #b006ac


#b006ac Border Color

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

This div border color is #b006ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b006ac


Comments

No comments written yet.

Please login to write comment.