Color Hex Logo

#bb76ac Color Hex

#BB76AC
(187,118,172)
0 Favorites   0 Comments

Color spaces of #bb76ac

RGB 187118172
HSL0.870.340.60
HSV313°37°73°
CMYK 0.000.370.08   0.27
XYZ34.418326.500242.3307
Yxy26.50020.33340.2567
Hunter Lab51.478329.2576-12.7194
CIE-Lab58.508835.2270-17.5059

#bb76ac color RGB value is (187,118,172).

#bb76ac hex color red value is 187, green value is 118 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bb76ac hue: 0.87 , saturation: 0.34 and the lightness value of bb76ac is 0.60.

The process color (four color CMYK) of #bb76ac color hex is 0.00, 0.37, 0.08, 0.27. Web safe color of #bb76ac is #cc6699. Color #bb76ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110110 10101100
Octal 273 166 254
Decimal 187 118 172
Hex BB 76 AC

RGB Percentages of Color #bb76ac

%39.20
%24.74
%36.06

CMYK Percentages of Color #bb76ac

%0
%37
%8
%27

Triadic Colors of #bb76ac

#bb76ac #acbb76 #76acbb

Analogous Colors of #bb76ac

#bb76ac #bb768a #a876bb

Monochromatic Colors of #bb76ac

#bb76ac

Complementary Color

#bb76ac #76bb85

#bb76ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb76ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb76ac Color CSS Codes

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

#bb76ac Text Font Color

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

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


#bb76ac Background Color

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

This div background color is #bb76ac


#bb76ac Border Color

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

This div border color is #bb76ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb76ac


Comments

No comments written yet.

Please login to write comment.