Color Hex Logo

#b01da1 Color Hex

#B01DA1
(176,29,161)
0 Favorites   0 Comments

Color spaces of #b01da1

RGB 17629161
HSL0.850.720.40
HSV306°84°69°
CMYK 0.000.840.09   0.31
XYZ24.776912.682034.8602
Yxy12.68200.34260.1754
Hunter Lab35.611861.8707-33.1104
CIE-Lab42.280168.1959-36.3382

#b01da1 color RGB value is (176,29,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 10100001
Octal 260 35 241
Decimal 176 29 161
Hex B0 1D A1

RGB Percentages of Color #b01da1

%48.09
%7.92
%43.99

CMYK Percentages of Color #b01da1

%0
%84
%9
%31

Triadic Colors of #b01da1

#b01da1 #a1b01d #1da1b0

Analogous Colors of #b01da1

#b01da1 #b01d57 #761db0

Monochromatic Colors of #b01da1

#b01da1

Complementary Color

#b01da1 #1db02c

#b01da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01da1 Color CSS Codes

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

#b01da1 Text Font Color

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

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


#b01da1 Background Color

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

This div background color is #b01da1


#b01da1 Border Color

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

This div border color is #b01da1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01da1


Comments

No comments written yet.

Please login to write comment.