Color Hex Logo

#b006a1 Color Hex

#B006A1
(176,6,161)
0 Favorites   0 Comments

Color spaces of #b006a1

RGB 1766161
HSL0.850.930.36
HSV305°97°69°
CMYK 0.000.970.09   0.31
XYZ24.402611.933634.7355
Yxy11.93360.34340.1679
Hunter Lab34.545065.6385-35.4354
CIE-Lab41.110471.6213-38.1916

#b006a1 color RGB value is (176,6,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000110 10100001
Octal 260 6 241
Decimal 176 6 161
Hex B0 6 A1

RGB Percentages of Color #b006a1

%51.31
%1.75
%46.94

CMYK Percentages of Color #b006a1

%0
%97
%9
%31

Triadic Colors of #b006a1

#b006a1 #a1b006 #06a1b0

Analogous Colors of #b006a1

#b006a1 #b0064c #6a06b0

Monochromatic Colors of #b006a1

#b006a1

Complementary Color

#b006a1 #06b015

#b006a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b006a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b006a1 Color CSS Codes

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

#b006a1 Text Font Color

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

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


#b006a1 Background Color

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

This div background color is #b006a1


#b006a1 Border Color

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

This div border color is #b006a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,6,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b006a1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b006a1


Comments

No comments written yet.

Please login to write comment.