Color Hex Logo

#bb72ad Color Hex

#BB72AD
(187,114,173)
0 Favorites   0 Comments

Color spaces of #bb72ad

RGB 187114173
HSL0.870.350.59
HSV312°39°73°
CMYK 0.000.390.07   0.27
XYZ34.053725.616642.6848
Yxy25.61660.33270.2503
Hunter Lab50.612831.5272-14.5738
CIE-Lab57.671337.5740-19.3557

#bb72ad color RGB value is (187,114,173).

#bb72ad hex color red value is 187, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb72ad hue: 0.87 , saturation: 0.35 and the lightness value of bb72ad is 0.59.

The process color (four color CMYK) of #bb72ad color hex is 0.00, 0.39, 0.07, 0.27. Web safe color of #bb72ad is #cc6699. Color #bb72ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 10101101
Octal 273 162 255
Decimal 187 114 173
Hex BB 72 AD

RGB Percentages of Color #bb72ad

%39.45
%24.05
%36.50

CMYK Percentages of Color #bb72ad

%0
%39
%7
%27

Triadic Colors of #bb72ad

#bb72ad #adbb72 #72adbb

Analogous Colors of #bb72ad

#bb72ad #bb7289 #a572bb

Monochromatic Colors of #bb72ad

#bb72ad

Complementary Color

#bb72ad #72bb80

#bb72ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb72ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb72ad Color CSS Codes

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

#bb72ad Text Font Color

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

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


#bb72ad Background Color

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

This div background color is #bb72ad


#bb72ad Border Color

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

This div border color is #bb72ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,114,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bb72ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb72ad


Comments

No comments written yet.

Please login to write comment.