Color Hex Logo

#b073bf Color Hex

#B073BF
(176,115,191)
0 Favorites   0 Comments

Color spaces of #b073bf

RGB 176115191
HSL0.800.370.60
HSV288°40°75°
CMYK 0.080.400.00   0.25
XYZ33.439225.253252.4021
Yxy25.25320.30100.2273
Hunter Lab50.252630.8360-26.6493
CIE-Lab57.321336.9338-30.3166

#b073bf color RGB value is (176,115,191).

#b073bf hex color red value is 176, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b073bf hue: 0.80 , saturation: 0.37 and the lightness value of b073bf is 0.60.

The process color (four color CMYK) of #b073bf color hex is 0.08, 0.40, 0.00, 0.25. Web safe color of #b073bf is #9966cc. Color #b073bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 10111111
Octal 260 163 277
Decimal 176 115 191
Hex B0 73 BF

RGB Percentages of Color #b073bf

%36.51
%23.86
%39.63

CMYK Percentages of Color #b073bf

%8
%40
%0
%25

Triadic Colors of #b073bf

#b073bf #bfb073 #73bfb0

Analogous Colors of #b073bf

#b073bf #bf73a8 #8a73bf

Monochromatic Colors of #b073bf

#b073bf

Complementary Color

#b073bf #82bf73

#b073bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b073bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b073bf Color CSS Codes

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

#b073bf Text Font Color

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

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


#b073bf Background Color

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

This div background color is #b073bf


#b073bf Border Color

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

This div border color is #b073bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b073bf


Comments

No comments written yet.

Please login to write comment.