Color Hex Logo

#b9006a Color Hex

#B9006A
(185,0,106)
0 Favorites   0 Comments

Color spaces of #b9006a

RGB 1850106
HSL0.901.000.36
HSV326°100°73°
CMYK 0.001.000.43   0.27
XYZ22.609111.354914.6358
Yxy11.35490.46520.2336
Hunter Lab33.697060.7952-2.1638
CIE-Lab40.171967.6823-5.6027

#b9006a color RGB value is (185,0,106).

#b9006a hex color red value is 185, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b9006a hue: 0.90 , saturation: 1.00 and the lightness value of b9006a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 01101010
Octal 271 0 152
Decimal 185 0 106
Hex B9 0 6A

RGB Percentages of Color #b9006a

%63.57
%0.00
%36.43

CMYK Percentages of Color #b9006a

%0
%100
%43
%27

Triadic Colors of #b9006a

#b9006a #6ab900 #006ab9

Analogous Colors of #b9006a

#b9006a #b9000e #ac00b9

Monochromatic Colors of #b9006a

#b9006a

Complementary Color

#b9006a #00b94f

#b9006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9006a Color CSS Codes

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

#b9006a Text Font Color

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

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


#b9006a Background Color

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

This div background color is #b9006a


#b9006a Border Color

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

This div border color is #b9006a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9006a


Comments

No comments written yet.

Please login to write comment.