Color Hex Logo

#b0065a Color Hex

#B0065A
(176,6,90)
0 Favorites   0 Comments

Color spaces of #b0065a

RGB 176690
HSL0.920.930.36
HSV330°97°69°
CMYK 0.000.970.49   0.31
XYZ19.815110.098510.5777
Yxy10.09850.48940.2494
Hunter Lab31.778155.69112.5094
CIE-Lab38.018663.63691.1950

#b0065a color RGB value is (176,6,90).

#b0065a hex color red value is 176, green value is 6 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #b0065a hue: 0.92 , saturation: 0.93 and the lightness value of b0065a is 0.36.

The process color (four color CMYK) of #b0065a color hex is 0.00, 0.97, 0.49, 0.31. Web safe color of #b0065a is #990066. Color #b0065a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000110 01011010
Octal 260 6 132
Decimal 176 6 90
Hex B0 6 5A

RGB Percentages of Color #b0065a

%64.71
%2.21
%33.09

CMYK Percentages of Color #b0065a

%0
%97
%49
%31

Triadic Colors of #b0065a

#b0065a #5ab006 #065ab0

Analogous Colors of #b0065a

#b0065a #b00706 #b006af

Monochromatic Colors of #b0065a

#b0065a

Complementary Color

#b0065a #06b05c

#b0065a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0065a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0065a Color CSS Codes

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

#b0065a Text Font Color

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

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


#b0065a Background Color

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

This div background color is #b0065a


#b0065a Border Color

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

This div border color is #b0065a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0065a


Comments

No comments written yet.

Please login to write comment.