Color Hex Logo

#b0306a Color Hex

#B0306A
(176,48,106)
0 Favorites   0 Comments

Color spaces of #b0306a

RGB 17648106
HSL0.920.570.44
HSV333°73°69°
CMYK 0.000.730.40   0.31
XYZ21.563012.384614.8896
Yxy12.38460.44150.2536
Hunter Lab35.191847.7865-0.4513
CIE-Lab41.821055.7205-3.3483

#b0306a color RGB value is (176,48,106).

#b0306a hex color red value is 176, green value is 48 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b0306a hue: 0.92 , saturation: 0.57 and the lightness value of b0306a is 0.44.

The process color (four color CMYK) of #b0306a color hex is 0.00, 0.73, 0.40, 0.31. Web safe color of #b0306a is #993366. Color #b0306a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 01101010
Octal 260 60 152
Decimal 176 48 106
Hex B0 30 6A

RGB Percentages of Color #b0306a

%53.33
%14.55
%32.12

CMYK Percentages of Color #b0306a

%0
%73
%40
%31

Triadic Colors of #b0306a

#b0306a #6ab030 #306ab0

Analogous Colors of #b0306a

#b0306a #b03630 #b030aa

Monochromatic Colors of #b0306a

#b0306a

Complementary Color

#b0306a #30b076

#b0306a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0306a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0306a Color CSS Codes

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

#b0306a Text Font Color

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

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


#b0306a Background Color

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

This div background color is #b0306a


#b0306a Border Color

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

This div border color is #b0306a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0306a


Comments

No comments written yet.

Please login to write comment.