Color Hex Logo

#bb72af Color Hex

#BB72AF
(187,114,175)
0 Favorites   0 Comments

Color spaces of #bb72af

RGB 187114175
HSL0.860.350.59
HSV310°39°73°
CMYK 0.000.390.06   0.27
XYZ34.248725.694643.7119
Yxy25.69460.33040.2479
Hunter Lab50.689831.8967-15.6453
CIE-Lab57.746037.9286-20.3917

#bb72af color RGB value is (187,114,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 10101111
Octal 273 162 257
Decimal 187 114 175
Hex BB 72 AF

RGB Percentages of Color #bb72af

%39.29
%23.95
%36.76

CMYK Percentages of Color #bb72af

%0
%39
%6
%27

Triadic Colors of #bb72af

#bb72af #afbb72 #72afbb

Analogous Colors of #bb72af

#bb72af #bb728b #a372bb

Monochromatic Colors of #bb72af

#bb72af

Complementary Color

#bb72af #72bb7e

#bb72af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb72af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb72af Color CSS Codes

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

#bb72af Text Font Color

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

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


#bb72af Background Color

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

This div background color is #bb72af


#bb72af Border Color

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

This div border color is #bb72af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb72af


Comments

No comments written yet.

Please login to write comment.