Color Hex Logo

#bb8abb Color Hex

#BB8ABB
(187,138,187)
0 Favorites   0 Comments

Color spaces of #bb8abb

RGB 187138187
HSL0.830.260.64
HSV300°26°73°
CMYK 0.000.260.00   0.27
XYZ38.551632.329651.2221
Yxy32.32960.31570.2648
Hunter Lab56.859121.5230-13.6106
CIE-Lab63.614426.9508-18.2811

#bb8abb color RGB value is (187,138,187).

#bb8abb hex color red value is 187, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bb8abb hue: 0.83 , saturation: 0.26 and the lightness value of bb8abb is 0.64.

The process color (four color CMYK) of #bb8abb color hex is 0.00, 0.26, 0.00, 0.27. Web safe color of #bb8abb is #cc99cc. Color #bb8abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001010 10111011
Octal 273 212 273
Decimal 187 138 187
Hex BB 8A BB

RGB Percentages of Color #bb8abb

%36.52
%26.95
%36.52

CMYK Percentages of Color #bb8abb

%0
%26
%0
%27

Triadic Colors of #bb8abb

#bb8abb #bbbb8a #8abbbb

Analogous Colors of #bb8abb

#bb8abb #bb8aa3 #a38abb

Monochromatic Colors of #bb8abb

#bb8abb

Complementary Color

#bb8abb #8abb8a

#bb8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8abb Color CSS Codes

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

#bb8abb Text Font Color

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

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


#bb8abb Background Color

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

This div background color is #bb8abb


#bb8abb Border Color

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

This div border color is #bb8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8abb


Comments

No comments written yet.

Please login to write comment.