Color Hex Logo

#b476ac Color Hex

#B476AC
(180,118,172)
0 Favorites   0 Comments

Color spaces of #b476ac

RGB 180118172
HSL0.850.290.58
HSV308°34°71°
CMYK 0.000.340.04   0.29
XYZ32.747225.638742.2525
Yxy25.63870.32540.2548
Hunter Lab50.634726.8315-14.0307
CIE-Lab57.692532.8819-18.8234

#b476ac color RGB value is (180,118,172).

#b476ac hex color red value is 180, green value is 118 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b476ac hue: 0.85 , saturation: 0.29 and the lightness value of b476ac is 0.58.

The process color (four color CMYK) of #b476ac color hex is 0.00, 0.34, 0.04, 0.29. Web safe color of #b476ac is #cc6699. Color #b476ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110110 10101100
Octal 264 166 254
Decimal 180 118 172
Hex B4 76 AC

RGB Percentages of Color #b476ac

%38.30
%25.11
%36.60

CMYK Percentages of Color #b476ac

%0
%34
%4
%29

Triadic Colors of #b476ac

#b476ac #acb476 #76acb4

Analogous Colors of #b476ac

#b476ac #b4768d #9d76b4

Monochromatic Colors of #b476ac

#b476ac

Complementary Color

#b476ac #76b47e

#b476ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b476ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b476ac Color CSS Codes

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

#b476ac Text Font Color

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

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


#b476ac Background Color

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

This div background color is #b476ac


#b476ac Border Color

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

This div border color is #b476ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b476ac


Comments

No comments written yet.

Please login to write comment.