Color Hex Logo

#b01fad Color Hex

#B01FAD
(176,31,173)
0 Favorites   0 Comments

Color spaces of #b01fad

RGB 17631173
HSL0.840.700.41
HSV301°82°69°
CMYK 0.000.820.02   0.31
XYZ25.937313.227240.7212
Yxy13.22720.32470.1656
Hunter Lab36.369263.6541-40.9263
CIE-Lab43.103669.5569-42.1926

#b01fad color RGB value is (176,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 10101101
Octal 260 37 255
Decimal 176 31 173
Hex B0 1F AD

RGB Percentages of Color #b01fad

%46.32
%8.16
%45.53

CMYK Percentages of Color #b01fad

%0
%82
%2
%31

Triadic Colors of #b01fad

#b01fad #adb01f #1fadb0

Analogous Colors of #b01fad

#b01fad #b01f65 #6b1fb0

Monochromatic Colors of #b01fad

#b01fad

Complementary Color

#b01fad #1fb022

#b01fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fad Color CSS Codes

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

#b01fad Text Font Color

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

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


#b01fad Background Color

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

This div background color is #b01fad


#b01fad Border Color

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

This div border color is #b01fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fad


Comments

No comments written yet.

Please login to write comment.