Color Hex Logo

#bb6bad Color Hex

#BB6BAD
(187,107,173)
0 Favorites   0 Comments

Color spaces of #bb6bad

RGB 187107173
HSL0.860.370.58
HSV311°43°73°
CMYK 0.000.430.07   0.27
XYZ33.294024.097342.4316
Yxy24.09730.33350.2414
Hunter Lab49.089035.1596-16.8868
CIE-Lab56.185141.3196-21.6282

#bb6bad color RGB value is (187,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101011 10101101
Octal 273 153 255
Decimal 187 107 173
Hex BB 6B AD

RGB Percentages of Color #bb6bad

%40.04
%22.91
%37.04

CMYK Percentages of Color #bb6bad

%0
%43
%7
%27

Triadic Colors of #bb6bad

#bb6bad #adbb6b #6badbb

Analogous Colors of #bb6bad

#bb6bad #bb6b85 #a16bbb

Monochromatic Colors of #bb6bad

#bb6bad

Complementary Color

#bb6bad #6bbb79

#bb6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb6bad Color CSS Codes

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

#bb6bad Text Font Color

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

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


#bb6bad Background Color

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

This div background color is #bb6bad


#bb6bad Border Color

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

This div border color is #bb6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb6bad


Comments

No comments written yet.

Please login to write comment.