Color Hex Logo

#b0079f Color Hex

#B0079F
(176,7,159)
0 Favorites   0 Comments

Color spaces of #b0079f

RGB 1767159
HSL0.850.920.36
HSV306°96°69°
CMYK 0.000.960.10   0.31
XYZ24.238511.885333.8175
Yxy11.88530.34660.1699
Hunter Lab34.475165.1672-34.0266
CIE-Lab41.033271.2400-37.1100

#b0079f color RGB value is (176,7,159).

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

The process color (four color CMYK) of #b0079f color hex is 0.00, 0.96, 0.10, 0.31. Web safe color of #b0079f is #990099. Color #b0079f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000111 10011111
Octal 260 7 237
Decimal 176 7 159
Hex B0 7 9F

RGB Percentages of Color #b0079f

%51.46
%2.05
%46.49

CMYK Percentages of Color #b0079f

%0
%96
%10
%31

Triadic Colors of #b0079f

#b0079f #9fb007 #079fb0

Analogous Colors of #b0079f

#b0079f #b0074a #6d07b0

Monochromatic Colors of #b0079f

#b0079f

Complementary Color

#b0079f #07b018

#b0079f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0079f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0079f Color CSS Codes

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

#b0079f Text Font Color

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

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


#b0079f Background Color

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

This div background color is #b0079f


#b0079f Border Color

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

This div border color is #b0079f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0079f


Comments

No comments written yet.

Please login to write comment.