Color Hex Logo

#bb066a Color Hex

#BB066A
(187,6,106)
0 Favorites   0 Comments

Color spaces of #bb066a

RGB 1876106
HSL0.910.940.38
HSV327°97°73°
CMYK 0.000.970.43   0.27
XYZ23.160211.735714.6802
Yxy11.73570.46720.2367
Hunter Lab34.257460.7270-1.4271
CIE-Lab40.792967.5024-4.6355

#bb066a color RGB value is (187,6,106).

#bb066a hex color red value is 187, green value is 6 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bb066a hue: 0.91 , saturation: 0.94 and the lightness value of bb066a is 0.38.

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

Base Numbers

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

RGB Percentages of Color #bb066a

%62.54
%2.01
%35.45

CMYK Percentages of Color #bb066a

%0
%97
%43
%27

Triadic Colors of #bb066a

#bb066a #6abb06 #066abb

Analogous Colors of #bb066a

#bb066a #bb0610 #b206bb

Monochromatic Colors of #bb066a

#bb066a

Complementary Color

#bb066a #06bb57

#bb066a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb066a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb066a Color CSS Codes

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

#bb066a Text Font Color

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

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


#bb066a Background Color

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

This div background color is #bb066a


#bb066a Border Color

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

This div border color is #bb066a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb066a


Comments

No comments written yet.

Please login to write comment.