Color Hex Logo

#bb6abb Color Hex

#BB6ABB
(187,106,187)
0 Favorites   0 Comments

Color spaces of #bb6abb

RGB 187106187
HSL0.830.370.57
HSV300°43°73°
CMYK 0.000.430.00   0.27
XYZ34.617224.460749.9106
Yxy24.46070.31760.2244
Hunter Lab49.457838.3873-25.2124
CIE-Lab56.546144.3721-29.1287

#bb6abb color RGB value is (187,106,187).

#bb6abb hex color red value is 187, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bb6abb hue: 0.83 , saturation: 0.37 and the lightness value of bb6abb is 0.57.

The process color (four color CMYK) of #bb6abb color hex is 0.00, 0.43, 0.00, 0.27. Web safe color of #bb6abb is #cc66cc. Color #bb6abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101010 10111011
Octal 273 152 273
Decimal 187 106 187
Hex BB 6A BB

RGB Percentages of Color #bb6abb

%38.96
%22.08
%38.96

CMYK Percentages of Color #bb6abb

%0
%43
%0
%27

Triadic Colors of #bb6abb

#bb6abb #bbbb6a #6abbbb

Analogous Colors of #bb6abb

#bb6abb #bb6a93 #936abb

Monochromatic Colors of #bb6abb

#bb6abb

Complementary Color

#bb6abb #6abb6a

#bb6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6abb Color CSS Codes

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

#bb6abb Text Font Color

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

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


#bb6abb Background Color

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

This div background color is #bb6abb


#bb6abb Border Color

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

This div border color is #bb6abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,106,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 #bb6abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6abb


Comments

No comments written yet.

Please login to write comment.