Color Hex Logo

#b76aac Color Hex

#B76AAC
(183,106,172)
0 Favorites   0 Comments

Color spaces of #b76aac

RGB 183106172
HSL0.860.350.57
HSV309°42°72°
CMYK 0.000.420.06   0.28
XYZ32.128923.353941.8441
Yxy23.35390.33010.2400
Hunter Lab48.325934.1034-17.5095
CIE-Lab55.435040.3923-22.2441

#b76aac color RGB value is (183,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01101010 10101100
Octal 267 152 254
Decimal 183 106 172
Hex B7 6A AC

RGB Percentages of Color #b76aac

%39.70
%22.99
%37.31

CMYK Percentages of Color #b76aac

%0
%42
%6
%28

Triadic Colors of #b76aac

#b76aac #acb76a #6aacb7

Analogous Colors of #b76aac

#b76aac #b76a86 #9c6ab7

Monochromatic Colors of #b76aac

#b76aac

Complementary Color

#b76aac #6ab775

#b76aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b76aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b76aac Color CSS Codes

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

#b76aac Text Font Color

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

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


#b76aac Background Color

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

This div background color is #b76aac


#b76aac Border Color

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

This div border color is #b76aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b76aac


Comments

No comments written yet.

Please login to write comment.