Color Hex Logo

#b77fbd Color Hex

#B77FBD
(183,127,189)
0 Favorites   0 Comments

Color spaces of #b77fbd

RGB 183127189
HSL0.820.320.62
HSV294°33°74°
CMYK 0.030.330.00   0.26
XYZ36.303128.920151.8129
Yxy28.92010.31020.2471
Hunter Lab53.777426.3881-19.4799
CIE-Lab60.711032.1248-23.8826

#b77fbd color RGB value is (183,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 10111101
Octal 267 177 275
Decimal 183 127 189
Hex B7 7F BD

RGB Percentages of Color #b77fbd

%36.67
%25.45
%37.88

CMYK Percentages of Color #b77fbd

%3
%33
%0
%26

Triadic Colors of #b77fbd

#b77fbd #bdb77f #7fbdb7

Analogous Colors of #b77fbd

#b77fbd #bd7fa4 #987fbd

Monochromatic Colors of #b77fbd

#b77fbd

Complementary Color

#b77fbd #85bd7f

#b77fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fbd Color CSS Codes

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

#b77fbd Text Font Color

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

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


#b77fbd Background Color

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

This div background color is #b77fbd


#b77fbd Border Color

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

This div border color is #b77fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fbd


Comments

No comments written yet.

Please login to write comment.