Color Hex Logo

#b76aaa Color Hex

#B76AAA
(183,106,170)
0 Favorites   0 Comments

Color spaces of #b76aaa

RGB 183106170
HSL0.860.350.57
HSV310°42°72°
CMYK 0.000.420.07   0.28
XYZ31.938223.277640.8399
Yxy23.27760.33250.2423
Hunter Lab48.246933.7305-16.4149
CIE-Lab55.357140.0376-21.2057

#b76aaa color RGB value is (183,106,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10101010
Octal 267 152 252
Decimal 183 106 170
Hex B7 6A AA

RGB Percentages of Color #b76aaa

%39.87
%23.09
%37.04

CMYK Percentages of Color #b76aaa

%0
%42
%7
%28

Triadic Colors of #b76aaa

#b76aaa #aab76a #6aaab7

Analogous Colors of #b76aaa

#b76aaa #b76a84 #9e6ab7

Monochromatic Colors of #b76aaa

#b76aaa

Complementary Color

#b76aaa #6ab777

#b76aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76aaa Color CSS Codes

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

#b76aaa Text Font Color

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

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


#b76aaa Background Color

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

This div background color is #b76aaa


#b76aaa Border Color

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

This div border color is #b76aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76aaa


Comments

No comments written yet.

Please login to write comment.