Color Hex Logo

#b01fac Color Hex

#B01FAC
(176,31,172)
0 Favorites   0 Comments

Color spaces of #b01fac

RGB 17631172
HSL0.840.700.41
HSV302°82°69°
CMYK 0.000.820.02   0.31
XYZ25.840913.188640.2134
Yxy13.18860.32610.1664
Hunter Lab36.316163.4593-40.2315
CIE-Lab43.046169.4027-41.6904

#b01fac color RGB value is (176,31,172).

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

The process color (four color CMYK) of #b01fac color hex is 0.00, 0.82, 0.02, 0.31. Web safe color of #b01fac is #993399. Color #b01fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 10101100
Octal 260 37 254
Decimal 176 31 172
Hex B0 1F AC

RGB Percentages of Color #b01fac

%46.44
%8.18
%45.38

CMYK Percentages of Color #b01fac

%0
%82
%2
%31

Triadic Colors of #b01fac

#b01fac #acb01f #1facb0

Analogous Colors of #b01fac

#b01fac #b01f64 #6c1fb0

Monochromatic Colors of #b01fac

#b01fac

Complementary Color

#b01fac #1fb023

#b01fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fac Color CSS Codes

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

#b01fac Text Font Color

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

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


#b01fac Background Color

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

This div background color is #b01fac


#b01fac Border Color

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

This div border color is #b01fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fac


Comments

No comments written yet.

Please login to write comment.