Color Hex Logo

#b76fba Color Hex

#B76FBA
(183,111,186)
0 Favorites   0 Comments

Color spaces of #b76fba

RGB 183111186
HSL0.830.350.58
HSV298°40°73°
CMYK 0.020.400.00   0.27
XYZ34.075824.981349.4803
Yxy24.98130.31400.2302
Hunter Lab49.981334.2289-23.7088
CIE-Lab57.057240.2980-27.8031

#b76fba color RGB value is (183,111,186).

#b76fba hex color red value is 183, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b76fba hue: 0.83 , saturation: 0.35 and the lightness value of b76fba is 0.58.

The process color (four color CMYK) of #b76fba color hex is 0.02, 0.40, 0.00, 0.27. Web safe color of #b76fba is #cc66cc. Color #b76fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 10111010
Octal 267 157 272
Decimal 183 111 186
Hex B7 6F BA

RGB Percentages of Color #b76fba

%38.13
%23.13
%38.75

CMYK Percentages of Color #b76fba

%2
%40
%0
%27

Triadic Colors of #b76fba

#b76fba #bab76f #6fbab7

Analogous Colors of #b76fba

#b76fba #ba6f98 #926fba

Monochromatic Colors of #b76fba

#b76fba

Complementary Color

#b76fba #72ba6f

#b76fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76fba Color CSS Codes

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

#b76fba Text Font Color

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

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


#b76fba Background Color

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

This div background color is #b76fba


#b76fba Border Color

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

This div border color is #b76fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,111,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76fba


Comments

No comments written yet.

Please login to write comment.