Color Hex Logo

#b01dac Color Hex

#B01DAC
(176,29,172)
0 Favorites   0 Comments

Color spaces of #b01dac

RGB 17629172
HSL0.840.720.40
HSV302°84°69°
CMYK 0.000.840.02   0.31
XYZ25.790313.087440.1965
Yxy13.08740.32620.1655
Hunter Lab36.176563.9441-40.5548
CIE-Lab42.894669.8438-41.9314

#b01dac color RGB value is (176,29,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 10101100
Octal 260 35 254
Decimal 176 29 172
Hex B0 1D AC

RGB Percentages of Color #b01dac

%46.68
%7.69
%45.62

CMYK Percentages of Color #b01dac

%0
%84
%2
%31

Triadic Colors of #b01dac

#b01dac #acb01d #1dacb0

Analogous Colors of #b01dac

#b01dac #b01d63 #6b1db0

Monochromatic Colors of #b01dac

#b01dac

Complementary Color

#b01dac #1db021

#b01dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01dac Color CSS Codes

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

#b01dac Text Font Color

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

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


#b01dac Background Color

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

This div background color is #b01dac


#b01dac Border Color

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

This div border color is #b01dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01dac


Comments

No comments written yet.

Please login to write comment.