Color Hex Logo

#bb63ab Color Hex

#BB63AB
(187,99,171)
0 Favorites   0 Comments

Color spaces of #bb63ab

RGB 18799171
HSL0.860.390.56
HSV311°47°73°
CMYK 0.000.470.09   0.27
XYZ32.306022.428841.1545
Yxy22.42880.33690.2339
Hunter Lab47.359138.8855-18.3710
CIE-Lab54.479045.1517-23.0891

#bb63ab color RGB value is (187,99,171).

#bb63ab hex color red value is 187, green value is 99 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bb63ab hue: 0.86 , saturation: 0.39 and the lightness value of bb63ab is 0.56.

The process color (four color CMYK) of #bb63ab color hex is 0.00, 0.47, 0.09, 0.27. Web safe color of #bb63ab is #cc6699. Color #bb63ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 10101011
Octal 273 143 253
Decimal 187 99 171
Hex BB 63 AB

RGB Percentages of Color #bb63ab

%40.92
%21.66
%37.42

CMYK Percentages of Color #bb63ab

%0
%47
%9
%27

Triadic Colors of #bb63ab

#bb63ab #abbb63 #63abbb

Analogous Colors of #bb63ab

#bb63ab #bb637f #9f63bb

Monochromatic Colors of #bb63ab

#bb63ab

Complementary Color

#bb63ab #63bb73

#bb63ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb63ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb63ab Color CSS Codes

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

#bb63ab Text Font Color

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

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


#bb63ab Background Color

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

This div background color is #bb63ab


#bb63ab Border Color

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

This div border color is #bb63ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb63ab


Comments

No comments written yet.

Please login to write comment.