Color Hex Logo

#b77fa9 Color Hex

#B77FA9
(183,127,169)
0 Favorites   0 Comments

Color spaces of #b77fa9

RGB 183127169
HSL0.880.280.61
HSV315°31°72°
CMYK 0.000.310.08   0.28
XYZ34.279228.110641.1553
Yxy28.11060.33110.2715
Hunter Lab53.019422.6234-8.9091
CIE-Lab59.988528.3682-13.5909

#b77fa9 color RGB value is (183,127,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111111 10101001
Octal 267 177 251
Decimal 183 127 169
Hex B7 7F A9

RGB Percentages of Color #b77fa9

%38.20
%26.51
%35.28

CMYK Percentages of Color #b77fa9

%0
%31
%8
%28

Triadic Colors of #b77fa9

#b77fa9 #a9b77f #7fa9b7

Analogous Colors of #b77fa9

#b77fa9 #b77f8d #a97fb7

Monochromatic Colors of #b77fa9

#b77fa9

Complementary Color

#b77fa9 #7fb78d

#b77fa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b77fa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b77fa9 Color CSS Codes

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

#b77fa9 Text Font Color

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

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


#b77fa9 Background Color

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

This div background color is #b77fa9


#b77fa9 Border Color

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

This div border color is #b77fa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b77fa9


Comments

No comments written yet.

Please login to write comment.