Color Hex Logo

#b0309c Color Hex

#B0309C
(176,48,156)
0 Favorites   0 Comments

Color spaces of #b0309c

RGB 17648156
HSL0.860.570.44
HSV309°73°69°
CMYK 0.000.730.11   0.31
XYZ24.962213.744332.7898
Yxy13.74430.34910.1922
Hunter Lab37.073355.3093-26.4882
CIE-Lab43.864062.1633-30.8433

#b0309c color RGB value is (176,48,156).

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

The process color (four color CMYK) of #b0309c color hex is 0.00, 0.73, 0.11, 0.31. Web safe color of #b0309c is #993399. Color #b0309c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 10011100
Octal 260 60 234
Decimal 176 48 156
Hex B0 30 9C

RGB Percentages of Color #b0309c

%46.32
%12.63
%41.05

CMYK Percentages of Color #b0309c

%0
%73
%11
%31

Triadic Colors of #b0309c

#b0309c #9cb030 #309cb0

Analogous Colors of #b0309c

#b0309c #b0305c #8430b0

Monochromatic Colors of #b0309c

#b0309c

Complementary Color

#b0309c #30b044

#b0309c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0309c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0309c Color CSS Codes

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

#b0309c Text Font Color

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

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


#b0309c Background Color

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

This div background color is #b0309c


#b0309c Border Color

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

This div border color is #b0309c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0309c


Comments

No comments written yet.

Please login to write comment.