Color Hex Logo

#b76fbd Color Hex

#B76FBD
(183,111,189)
0 Favorites   0 Comments

Color spaces of #b76fbd

RGB 183111189
HSL0.820.370.59
HSV295°41°74°
CMYK 0.030.410.00   0.26
XYZ34.398225.110351.1779
Yxy25.11030.31080.2269
Hunter Lab50.110234.8388-25.4762
CIE-Lab57.182740.8736-29.3254

#b76fbd color RGB value is (183,111,189).

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

The process color (four color CMYK) of #b76fbd color hex is 0.03, 0.41, 0.00, 0.26. Web safe color of #b76fbd is #cc66cc. Color #b76fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101111 10111101
Octal 267 157 275
Decimal 183 111 189
Hex B7 6F BD

RGB Percentages of Color #b76fbd

%37.89
%22.98
%39.13

CMYK Percentages of Color #b76fbd

%3
%41
%0
%26

Triadic Colors of #b76fbd

#b76fbd #bdb76f #6fbdb7

Analogous Colors of #b76fbd

#b76fbd #bd6f9c #906fbd

Monochromatic Colors of #b76fbd

#b76fbd

Complementary Color

#b76fbd #75bd6f

#b76fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76fbd Color CSS Codes

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

#b76fbd Text Font Color

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

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


#b76fbd Background Color

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

This div background color is #b76fbd


#b76fbd Border Color

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

This div border color is #b76fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76fbd


Comments

No comments written yet.

Please login to write comment.