Color Hex Logo

#b079c0 Color Hex

#B079C0
(176,121,192)
0 Favorites   0 Comments

Color spaces of #b079c0

RGB 176121192
HSL0.800.360.61
HSV286°37°75°
CMYK 0.080.370.00   0.25
XYZ34.256326.710653.2193
Yxy26.71060.30000.2339
Hunter Lab51.682327.8702-24.8756
CIE-Lab58.705533.8193-28.7406

#b079c0 color RGB value is (176,121,192).

#b079c0 hex color red value is 176, green value is 121 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #b079c0 hue: 0.80 , saturation: 0.36 and the lightness value of b079c0 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11000000
Octal 260 171 300
Decimal 176 121 192
Hex B0 79 C0

RGB Percentages of Color #b079c0

%35.99
%24.74
%39.26

CMYK Percentages of Color #b079c0

%8
%37
%0
%25

Triadic Colors of #b079c0

#b079c0 #c0b079 #79c0b0

Analogous Colors of #b079c0

#b079c0 #c079ad #8d79c0

Monochromatic Colors of #b079c0

#b079c0

Complementary Color

#b079c0 #89c079

#b079c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079c0 Color CSS Codes

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

#b079c0 Text Font Color

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

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


#b079c0 Background Color

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

This div background color is #b079c0


#b079c0 Border Color

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

This div border color is #b079c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079c0


Comments

No comments written yet.

Please login to write comment.