Color Hex Logo

#bb8acc Color Hex

#BB8ACC
(187,138,204)
0 Favorites   0 Comments

Color spaces of #bb8acc

RGB 187138204
HSL0.790.390.67
HSV285°32°80°
CMYK 0.080.320.00   0.20
XYZ40.481133.101461.3824
Yxy33.10140.29990.2453
Hunter Lab57.533824.9094-22.9824
CIE-Lab64.242930.3159-26.8683

#bb8acc color RGB value is (187,138,204).

#bb8acc hex color red value is 187, green value is 138 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bb8acc hue: 0.79 , saturation: 0.39 and the lightness value of bb8acc is 0.67.

The process color (four color CMYK) of #bb8acc color hex is 0.08, 0.32, 0.00, 0.20. Web safe color of #bb8acc is #cc99cc. Color #bb8acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001010 11001100
Octal 273 212 314
Decimal 187 138 204
Hex BB 8A CC

RGB Percentages of Color #bb8acc

%35.35
%26.09
%38.56

CMYK Percentages of Color #bb8acc

%8
%32
%0
%20

Triadic Colors of #bb8acc

#bb8acc #ccbb8a #8accbb

Analogous Colors of #bb8acc

#bb8acc #cc8abc #9a8acc

Monochromatic Colors of #bb8acc

#bb8acc

Complementary Color

#bb8acc #9bcc8a

#bb8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb8acc Color CSS Codes

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

#bb8acc Text Font Color

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

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


#bb8acc Background Color

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

This div background color is #bb8acc


#bb8acc Border Color

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

This div border color is #bb8acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb8acc


Comments

No comments written yet.

Please login to write comment.