Color Hex Logo

#b76daa Color Hex

#B76DAA
(183,109,170)
0 Favorites   0 Comments

Color spaces of #b76daa

RGB 183109170
HSL0.860.340.57
HSV311°40°72°
CMYK 0.000.400.07   0.28
XYZ32.252823.906840.9448
Yxy23.90680.33210.2462
Hunter Lab48.894632.1801-15.4238
CIE-Lab55.994438.4285-20.2305

#b76daa color RGB value is (183,109,170).

#b76daa hex color red value is 183, green value is 109 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b76daa hue: 0.86 , saturation: 0.34 and the lightness value of b76daa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101101 10101010
Octal 267 155 252
Decimal 183 109 170
Hex B7 6D AA

RGB Percentages of Color #b76daa

%39.61
%23.59
%36.80

CMYK Percentages of Color #b76daa

%0
%40
%7
%28

Triadic Colors of #b76daa

#b76daa #aab76d #6daab7

Analogous Colors of #b76daa

#b76daa #b76d85 #9f6db7

Monochromatic Colors of #b76daa

#b76daa

Complementary Color

#b76daa #6db77a

#b76daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76daa Color CSS Codes

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

#b76daa Text Font Color

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

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


#b76daa Background Color

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

This div background color is #b76daa


#b76daa Border Color

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

This div border color is #b76daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76daa


Comments

No comments written yet.

Please login to write comment.