Color Hex Logo

#b01fb5 Color Hex

#B01FB5
(176,31,181)
0 Favorites   0 Comments

Color spaces of #b01fb5

RGB 17631181
HSL0.830.710.42
HSV298°83°71°
CMYK 0.030.830.00   0.29
XYZ26.735013.546344.9217
Yxy13.54630.31380.1590
Hunter Lab36.805365.2513-46.6011
CIE-Lab43.575170.8158-46.1731

#b01fb5 color RGB value is (176,31,181).

#b01fb5 hex color red value is 176, green value is 31 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #b01fb5 hue: 0.83 , saturation: 0.71 and the lightness value of b01fb5 is 0.42.

The process color (four color CMYK) of #b01fb5 color hex is 0.03, 0.83, 0.00, 0.29. Web safe color of #b01fb5 is #9933cc. Color #b01fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011111 10110101
Octal 260 37 265
Decimal 176 31 181
Hex B0 1F B5

RGB Percentages of Color #b01fb5

%45.36
%7.99
%46.65

CMYK Percentages of Color #b01fb5

%3
%83
%0
%29

Triadic Colors of #b01fb5

#b01fb5 #b5b01f #1fb5b0

Analogous Colors of #b01fb5

#b01fb5 #b51f6f #651fb5

Monochromatic Colors of #b01fb5

#b01fb5

Complementary Color

#b01fb5 #24b51f

#b01fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01fb5 Color CSS Codes

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

#b01fb5 Text Font Color

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

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


#b01fb5 Background Color

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

This div background color is #b01fb5


#b01fb5 Border Color

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

This div border color is #b01fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01fb5


Comments

No comments written yet.

Please login to write comment.