Color Hex Logo

#b77fab Color Hex

#B77FAB
(183,127,171)
0 Favorites   0 Comments

Color spaces of #b77fab

RGB 183127171
HSL0.870.280.61
HSV313°31°72°
CMYK 0.000.310.07   0.28
XYZ34.468528.186342.1519
Yxy28.18630.32890.2689
Hunter Lab53.090822.9800-9.9103
CIE-Lab60.056728.7284-14.6314

#b77fab color RGB value is (183,127,171).

#b77fab hex color red value is 183, green value is 127 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b77fab hue: 0.87 , saturation: 0.28 and the lightness value of b77fab is 0.61.

The process color (four color CMYK) of #b77fab color hex is 0.00, 0.31, 0.07, 0.28. Web safe color of #b77fab is #cc6699. Color #b77fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 10101011
Octal 267 177 253
Decimal 183 127 171
Hex B7 7F AB

RGB Percentages of Color #b77fab

%38.05
%26.40
%35.55

CMYK Percentages of Color #b77fab

%0
%31
%7
%28

Triadic Colors of #b77fab

#b77fab #abb77f #7fabb7

Analogous Colors of #b77fab

#b77fab #b77f8f #a77fb7

Monochromatic Colors of #b77fab

#b77fab

Complementary Color

#b77fab #7fb78b

#b77fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fab Color CSS Codes

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

#b77fab Text Font Color

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

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


#b77fab Background Color

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

This div background color is #b77fab


#b77fab Border Color

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

This div border color is #b77fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fab


Comments

No comments written yet.

Please login to write comment.