Color Hex Logo

#b77fbf Color Hex

#B77FBF
(183,127,191)
0 Favorites   0 Comments

Color spaces of #b77fbf

RGB 183127191
HSL0.810.330.62
HSV293°34°75°
CMYK 0.040.340.00   0.25
XYZ36.521829.007652.9643
Yxy29.00760.30820.2448
Hunter Lab53.858726.7888-20.6043
CIE-Lab60.788332.5187-24.8975

#b77fbf color RGB value is (183,127,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 10111111
Octal 267 177 277
Decimal 183 127 191
Hex B7 7F BF

RGB Percentages of Color #b77fbf

%36.53
%25.35
%38.12

CMYK Percentages of Color #b77fbf

%4
%34
%0
%25

Triadic Colors of #b77fbf

#b77fbf #bfb77f #7fbfb7

Analogous Colors of #b77fbf

#b77fbf #bf7fa7 #977fbf

Monochromatic Colors of #b77fbf

#b77fbf

Complementary Color

#b77fbf #87bf7f

#b77fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fbf Color CSS Codes

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

#b77fbf Text Font Color

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

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


#b77fbf Background Color

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

This div background color is #b77fbf


#b77fbf Border Color

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

This div border color is #b77fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fbf


Comments

No comments written yet.

Please login to write comment.