Color Hex Logo

#b76fbf Color Hex

#B76FBF
(183,111,191)
0 Favorites   0 Comments

Color spaces of #b76fbf

RGB 183111191
HSL0.820.380.59
HSV294°42°75°
CMYK 0.040.420.00   0.25
XYZ34.616825.197752.3294
Yxy25.19770.30870.2247
Hunter Lab50.197335.2509-26.6702
CIE-Lab57.267541.2612-30.3368

#b76fbf color RGB value is (183,111,191).

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

The process color (four color CMYK) of #b76fbf color hex is 0.04, 0.42, 0.00, 0.25. Web safe color of #b76fbf is #cc66cc. Color #b76fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 10111111
Octal 267 157 277
Decimal 183 111 191
Hex B7 6F BF

RGB Percentages of Color #b76fbf

%37.73
%22.89
%39.38

CMYK Percentages of Color #b76fbf

%4
%42
%0
%25

Triadic Colors of #b76fbf

#b76fbf #bfb76f #6fbfb7

Analogous Colors of #b76fbf

#b76fbf #bf6f9f #8f6fbf

Monochromatic Colors of #b76fbf

#b76fbf

Complementary Color

#b76fbf #77bf6f

#b76fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76fbf Color CSS Codes

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

#b76fbf Text Font Color

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

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


#b76fbf Background Color

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

This div background color is #b76fbf


#b76fbf Border Color

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

This div border color is #b76fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76fbf


Comments

No comments written yet.

Please login to write comment.