Color Hex Logo

#b76aab Color Hex

#B76AAB
(183,106,171)
0 Favorites   0 Comments

Color spaces of #b76aab

RGB 183106171
HSL0.860.350.57
HSV309°42°72°
CMYK 0.000.420.07   0.28
XYZ32.033223.315641.3401
Yxy23.31560.33130.2411
Hunter Lab48.286233.9164-16.9606
CIE-Lab55.395940.2146-21.7253

#b76aab color RGB value is (183,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10101011
Octal 267 152 253
Decimal 183 106 171
Hex B7 6A AB

RGB Percentages of Color #b76aab

%39.78
%23.04
%37.17

CMYK Percentages of Color #b76aab

%0
%42
%7
%28

Triadic Colors of #b76aab

#b76aab #abb76a #6aabb7

Analogous Colors of #b76aab

#b76aab #b76a85 #9d6ab7

Monochromatic Colors of #b76aab

#b76aab

Complementary Color

#b76aab #6ab776

#b76aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76aab Color CSS Codes

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

#b76aab Text Font Color

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

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


#b76aab Background Color

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

This div background color is #b76aab


#b76aab Border Color

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

This div border color is #b76aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76aab


Comments

No comments written yet.

Please login to write comment.