Color Hex Logo

#b079c3 Color Hex

#B079C3
(176,121,195)
0 Favorites   0 Comments

Color spaces of #b079c3

RGB 176121195
HSL0.790.380.62
HSV285°38°76°
CMYK 0.100.380.00   0.24
XYZ34.592226.845054.9882
Yxy26.84500.29710.2306
Hunter Lab51.812228.5036-26.6559
CIE-Lab58.830634.4394-30.2514

#b079c3 color RGB value is (176,121,195).

#b079c3 hex color red value is 176, green value is 121 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b079c3 hue: 0.79 , saturation: 0.38 and the lightness value of b079c3 is 0.62.

The process color (four color CMYK) of #b079c3 color hex is 0.10, 0.38, 0.00, 0.24. Web safe color of #b079c3 is #9966cc. Color #b079c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11000011
Octal 260 171 303
Decimal 176 121 195
Hex B0 79 C3

RGB Percentages of Color #b079c3

%35.77
%24.59
%39.63

CMYK Percentages of Color #b079c3

%10
%38
%0
%24

Triadic Colors of #b079c3

#b079c3 #c3b079 #79c3b0

Analogous Colors of #b079c3

#b079c3 #c379b1 #8b79c3

Monochromatic Colors of #b079c3

#b079c3

Complementary Color

#b079c3 #8cc379

#b079c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079c3 Color CSS Codes

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

#b079c3 Text Font Color

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

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


#b079c3 Background Color

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

This div background color is #b079c3


#b079c3 Border Color

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

This div border color is #b079c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079c3


Comments

No comments written yet.

Please login to write comment.