Color Hex Logo

#bb7abf Color Hex

#BB7ABF
(187,122,191)
0 Favorites   0 Comments

Color spaces of #bb7abf

RGB 187122191
HSL0.820.350.61
HSV297°36°75°
CMYK 0.020.360.00   0.25
XYZ36.857028.245552.7996
Yxy28.24550.31260.2396
Hunter Lab53.146530.7831-21.7005
CIE-Lab60.109936.5518-25.9040

#bb7abf color RGB value is (187,122,191).

#bb7abf hex color red value is 187, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb7abf hue: 0.82 , saturation: 0.35 and the lightness value of bb7abf is 0.61.

The process color (four color CMYK) of #bb7abf color hex is 0.02, 0.36, 0.00, 0.25. Web safe color of #bb7abf is #cc66cc. Color #bb7abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111010 10111111
Octal 273 172 277
Decimal 187 122 191
Hex BB 7A BF

RGB Percentages of Color #bb7abf

%37.40
%24.40
%38.20

CMYK Percentages of Color #bb7abf

%2
%36
%0
%25

Triadic Colors of #bb7abf

#bb7abf #bfbb7a #7abfbb

Analogous Colors of #bb7abf

#bb7abf #bf7aa1 #997abf

Monochromatic Colors of #bb7abf

#bb7abf

Complementary Color

#bb7abf #7ebf7a

#bb7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7abf Color CSS Codes

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

#bb7abf Text Font Color

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

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


#bb7abf Background Color

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

This div background color is #bb7abf


#bb7abf Border Color

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

This div border color is #bb7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7abf


Comments

No comments written yet.

Please login to write comment.