Color Hex Logo

#bb78ac Color Hex

#BB78AC
(187,120,172)
0 Favorites   0 Comments

Color spaces of #bb78ac

RGB 187120172
HSL0.870.330.60
HSV313°36°73°
CMYK 0.000.360.08   0.27
XYZ34.656426.976342.4101
Yxy26.97630.33310.2593
Hunter Lab51.938728.2124-12.0556
CIE-Lab58.952434.1351-16.8323

#bb78ac color RGB value is (187,120,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111000 10101100
Octal 273 170 254
Decimal 187 120 172
Hex BB 78 AC

RGB Percentages of Color #bb78ac

%39.04
%25.05
%35.91

CMYK Percentages of Color #bb78ac

%0
%36
%8
%27

Triadic Colors of #bb78ac

#bb78ac #acbb78 #78acbb

Analogous Colors of #bb78ac

#bb78ac #bb788b #a978bb

Monochromatic Colors of #bb78ac

#bb78ac

Complementary Color

#bb78ac #78bb87

#bb78ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb78ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb78ac Color CSS Codes

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

#bb78ac Text Font Color

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

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


#bb78ac Background Color

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

This div background color is #bb78ac


#bb78ac Border Color

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

This div border color is #bb78ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb78ac


Comments

No comments written yet.

Please login to write comment.