Color Hex Logo

#bb77ac Color Hex

#BB77AC
(187,119,172)
0 Favorites   0 Comments

Color spaces of #bb77ac

RGB 187119172
HSL0.870.330.60
HSV313°36°73°
CMYK 0.000.360.08   0.27
XYZ34.536726.737042.3702
Yxy26.73700.33320.2580
Hunter Lab51.707828.7350-12.3877
CIE-Lab58.730134.6815-17.1698

#bb77ac color RGB value is (187,119,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110111 10101100
Octal 273 167 254
Decimal 187 119 172
Hex BB 77 AC

RGB Percentages of Color #bb77ac

%39.12
%24.90
%35.98

CMYK Percentages of Color #bb77ac

%0
%36
%8
%27

Triadic Colors of #bb77ac

#bb77ac #acbb77 #77acbb

Analogous Colors of #bb77ac

#bb77ac #bb778a #a877bb

Monochromatic Colors of #bb77ac

#bb77ac

Complementary Color

#bb77ac #77bb86

#bb77ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb77ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb77ac Color CSS Codes

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

#bb77ac Text Font Color

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

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


#bb77ac Background Color

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

This div background color is #bb77ac


#bb77ac Border Color

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

This div border color is #bb77ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb77ac


Comments

No comments written yet.

Please login to write comment.