Color Hex Logo

#b073bb Color Hex

#B073BB
(176,115,187)
0 Favorites   0 Comments

Color spaces of #b073bb

RGB 176115187
HSL0.810.350.59
HSV291°39°73°
CMYK 0.060.390.00   0.27
XYZ33.004925.079450.1150
Yxy25.07940.30500.2318
Hunter Lab50.079330.0020-24.2767
CIE-Lab57.152736.1257-28.2931

#b073bb color RGB value is (176,115,187).

#b073bb hex color red value is 176, green value is 115 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b073bb hue: 0.81 , saturation: 0.35 and the lightness value of b073bb is 0.59.

The process color (four color CMYK) of #b073bb color hex is 0.06, 0.39, 0.00, 0.27. Web safe color of #b073bb is #9966cc. Color #b073bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 10111011
Octal 260 163 273
Decimal 176 115 187
Hex B0 73 BB

RGB Percentages of Color #b073bb

%36.82
%24.06
%39.12

CMYK Percentages of Color #b073bb

%6
%39
%0
%27

Triadic Colors of #b073bb

#b073bb #bbb073 #73bbb0

Analogous Colors of #b073bb

#b073bb #bb73a2 #8c73bb

Monochromatic Colors of #b073bb

#b073bb

Complementary Color

#b073bb #7ebb73

#b073bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b073bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b073bb Color CSS Codes

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

#b073bb Text Font Color

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

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


#b073bb Background Color

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

This div background color is #b073bb


#b073bb Border Color

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

This div border color is #b073bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b073bb


Comments

No comments written yet.

Please login to write comment.