Color Hex Logo

#b01dab Color Hex

#B01DAB
(176,29,171)
1 Favorites   0 Comments

Color spaces of #b01dab

RGB 17629171
HSL0.840.720.40
HSV302°84°69°
CMYK 0.000.840.03   0.31
XYZ25.694513.049139.6926
Yxy13.04910.32760.1664
Hunter Lab36.123563.7500-39.8615
CIE-Lab42.837169.6903-41.4285

#b01dab color RGB value is (176,29,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 10101011
Octal 260 35 253
Decimal 176 29 171
Hex B0 1D AB

RGB Percentages of Color #b01dab

%46.81
%7.71
%45.48

CMYK Percentages of Color #b01dab

%0
%84
%3
%31

Triadic Colors of #b01dab

#b01dab #abb01d #1dabb0

Analogous Colors of #b01dab

#b01dab #b01d62 #6c1db0

Monochromatic Colors of #b01dab

#b01dab

Complementary Color

#b01dab #1db022

#b01dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01dab Color CSS Codes

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

#b01dab Text Font Color

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

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


#b01dab Background Color

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

This div background color is #b01dab


#b01dab Border Color

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

This div border color is #b01dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01dab


Comments

No comments written yet.

Please login to write comment.