Color Hex Logo

#b01cac Color Hex

#B01CAC
(176,28,172)
0 Favorites   0 Comments

Color spaces of #b01cac

RGB 17628172
HSL0.840.730.40
HSV302°84°69°
CMYK 0.000.840.02   0.31
XYZ25.766113.039240.1885
Yxy13.03920.32620.1651
Hunter Lab36.109864.1761-40.7100
CIE-Lab42.822370.0545-42.0466

#b01cac color RGB value is (176,28,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011100 10101100
Octal 260 34 254
Decimal 176 28 172
Hex B0 1C AC

RGB Percentages of Color #b01cac

%46.81
%7.45
%45.74

CMYK Percentages of Color #b01cac

%0
%84
%2
%31

Triadic Colors of #b01cac

#b01cac #acb01c #1cacb0

Analogous Colors of #b01cac

#b01cac #b01c62 #6a1cb0

Monochromatic Colors of #b01cac

#b01cac

Complementary Color

#b01cac #1cb020

#b01cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01cac Color CSS Codes

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

#b01cac Text Font Color

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

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


#b01cac Background Color

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

This div background color is #b01cac


#b01cac Border Color

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

This div border color is #b01cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01cac


Comments

No comments written yet.

Please login to write comment.