Color Hex Logo

#b76cac Color Hex

#B76CAC
(183,108,172)
0 Favorites   0 Comments

Color spaces of #b76cac

RGB 183108172
HSL0.860.340.57
HSV309°41°72°
CMYK 0.000.410.06   0.28
XYZ32.337423.771041.9136
Yxy23.77100.32990.2425
Hunter Lab48.755533.0691-16.8409
CIE-Lab55.857839.3219-21.5956

#b76cac color RGB value is (183,108,172).

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

The process color (four color CMYK) of #b76cac color hex is 0.00, 0.41, 0.06, 0.28. Web safe color of #b76cac is #cc6699. Color #b76cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101100 10101100
Octal 267 154 254
Decimal 183 108 172
Hex B7 6C AC

RGB Percentages of Color #b76cac

%39.52
%23.33
%37.15

CMYK Percentages of Color #b76cac

%0
%41
%6
%28

Triadic Colors of #b76cac

#b76cac #acb76c #6cacb7

Analogous Colors of #b76cac

#b76cac #b76c87 #9d6cb7

Monochromatic Colors of #b76cac

#b76cac

Complementary Color

#b76cac #6cb777

#b76cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76cac Color CSS Codes

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

#b76cac Text Font Color

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

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


#b76cac Background Color

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

This div background color is #b76cac


#b76cac Border Color

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

This div border color is #b76cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76cac


Comments

No comments written yet.

Please login to write comment.