Color Hex Logo

#b04fbf Color Hex

#B04FBF
(176,79,191)
0 Favorites   0 Comments

Color spaces of #b04fbf

RGB 17679191
HSL0.810.470.53
HSV292°59°75°
CMYK 0.080.590.00   0.25
XYZ30.104418.583751.2905
Yxy18.58370.30110.1859
Hunter Lab43.108849.2124-40.3666
CIE-Lab50.196655.4969-41.4845

#b04fbf color RGB value is (176,79,191).

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

The process color (four color CMYK) of #b04fbf color hex is 0.08, 0.59, 0.00, 0.25. Web safe color of #b04fbf is #9966cc. Color #b04fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001111 10111111
Octal 260 117 277
Decimal 176 79 191
Hex B0 4F BF

RGB Percentages of Color #b04fbf

%39.46
%17.71
%42.83

CMYK Percentages of Color #b04fbf

%8
%59
%0
%25

Triadic Colors of #b04fbf

#b04fbf #bfb04f #4fbfb0

Analogous Colors of #b04fbf

#b04fbf #bf4f96 #784fbf

Monochromatic Colors of #b04fbf

#b04fbf

Complementary Color

#b04fbf #5ebf4f

#b04fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04fbf Color CSS Codes

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

#b04fbf Text Font Color

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

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


#b04fbf Background Color

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

This div background color is #b04fbf


#b04fbf Border Color

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

This div border color is #b04fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04fbf


Comments

No comments written yet.

Please login to write comment.