Color Hex Logo

#bb6cb0 Color Hex

#BB6CB0
(187,108,176)
0 Favorites   0 Comments

Color spaces of #bb6cb0

RGB 187108176
HSL0.860.370.58
HSV308°42°73°
CMYK 0.000.420.06   0.27
XYZ33.692624.424544.0129
Yxy24.42450.32990.2392
Hunter Lab49.421135.2044-18.2070
CIE-Lab56.510341.3187-22.8601

#bb6cb0 color RGB value is (187,108,176).

#bb6cb0 hex color red value is 187, green value is 108 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bb6cb0 hue: 0.86 , saturation: 0.37 and the lightness value of bb6cb0 is 0.58.

The process color (four color CMYK) of #bb6cb0 color hex is 0.00, 0.42, 0.06, 0.27. Web safe color of #bb6cb0 is #cc6699. Color #bb6cb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101100 10110000
Octal 273 154 260
Decimal 187 108 176
Hex BB 6C B0

RGB Percentages of Color #bb6cb0

%39.70
%22.93
%37.37

CMYK Percentages of Color #bb6cb0

%0
%42
%6
%27

Triadic Colors of #bb6cb0

#bb6cb0 #b0bb6c #6cb0bb

Analogous Colors of #bb6cb0

#bb6cb0 #bb6c89 #9f6cbb

Monochromatic Colors of #bb6cb0

#bb6cb0

Complementary Color

#bb6cb0 #6cbb77

#bb6cb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6cb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6cb0 Color CSS Codes

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

#bb6cb0 Text Font Color

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

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


#bb6cb0 Background Color

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

This div background color is #bb6cb0


#bb6cb0 Border Color

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

This div border color is #bb6cb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6cb0


Comments

No comments written yet.

Please login to write comment.