Color Hex Logo

#b003bf Color Hex

#B003BF
(176,3,191)
0 Favorites   0 Comments

Color spaces of #b003bf

RGB 1763191
HSL0.820.970.38
HSV295°98°75°
CMYK 0.080.980.00   0.25
XYZ27.341013.056850.3694
Yxy13.05680.30120.1438
Hunter Lab36.134271.8275-57.3536
CIE-Lab42.848776.4036-53.2160

#b003bf color RGB value is (176,3,191).

#b003bf hex color red value is 176, green value is 3 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b003bf hue: 0.82 , saturation: 0.97 and the lightness value of b003bf is 0.38.

The process color (four color CMYK) of #b003bf color hex is 0.08, 0.98, 0.00, 0.25. Web safe color of #b003bf is #9900cc. Color #b003bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000011 10111111
Octal 260 3 277
Decimal 176 3 191
Hex B0 3 BF

RGB Percentages of Color #b003bf

%47.57
%0.81
%51.62

CMYK Percentages of Color #b003bf

%8
%98
%0
%25

Triadic Colors of #b003bf

#b003bf #bfb003 #03bfb0

Analogous Colors of #b003bf

#b003bf #bf0370 #5203bf

Monochromatic Colors of #b003bf

#b003bf

Complementary Color

#b003bf #12bf03

#b003bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b003bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b003bf Color CSS Codes

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

#b003bf Text Font Color

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

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


#b003bf Background Color

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

This div background color is #b003bf


#b003bf Border Color

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

This div border color is #b003bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b003bf


Comments

No comments written yet.

Please login to write comment.