Color Hex Logo

#b03fbf Color Hex

#B03FBF
(176,63,191)
0 Favorites   0 Comments

Color spaces of #b03fbf

RGB 17663191
HSL0.810.500.50
HSV293°67°75°
CMYK 0.080.670.00   0.25
XYZ29.086016.546750.9510
Yxy16.54670.30110.1713
Hunter Lab40.677656.4482-45.7897
CIE-Lab47.683762.4406-45.4729

#b03fbf color RGB value is (176,63,191).

#b03fbf hex color red value is 176, green value is 63 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b03fbf hue: 0.81 , saturation: 0.50 and the lightness value of b03fbf is 0.50.

The process color (four color CMYK) of #b03fbf color hex is 0.08, 0.67, 0.00, 0.25. Web safe color of #b03fbf is #9933cc. Color #b03fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00111111 10111111
Octal 260 77 277
Decimal 176 63 191
Hex B0 3F BF

RGB Percentages of Color #b03fbf

%40.93
%14.65
%44.42

CMYK Percentages of Color #b03fbf

%8
%67
%0
%25

Triadic Colors of #b03fbf

#b03fbf #bfb03f #3fbfb0

Analogous Colors of #b03fbf

#b03fbf #bf3f8e #703fbf

Monochromatic Colors of #b03fbf

#b03fbf

Complementary Color

#b03fbf #4ebf3f

#b03fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03fbf Color CSS Codes

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

#b03fbf Text Font Color

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

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


#b03fbf Background Color

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

This div background color is #b03fbf


#b03fbf Border Color

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

This div border color is #b03fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03fbf


Comments

No comments written yet.

Please login to write comment.