Color Hex Logo

#b079de Color Hex

#B079DE
(176,121,222)
0 Favorites   0 Comments

Color spaces of #b079de

RGB 176121222
HSL0.760.600.67
HSV273°45°87°
CMYK 0.210.450.00   0.13
XYZ37.926728.178872.5473
Yxy28.17880.27350.2032
Hunter Lab53.083734.6364-43.8706
CIE-Lab60.049940.3040-43.5623

#b079de color RGB value is (176,121,222).

#b079de hex color red value is 176, green value is 121 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b079de hue: 0.76 , saturation: 0.60 and the lightness value of b079de is 0.67.

The process color (four color CMYK) of #b079de color hex is 0.21, 0.45, 0.00, 0.13. Web safe color of #b079de is #9966cc. Color #b079de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11011110
Octal 260 171 336
Decimal 176 121 222
Hex B0 79 DE

RGB Percentages of Color #b079de

%33.91
%23.31
%42.77

CMYK Percentages of Color #b079de

%21
%45
%0
%13

Triadic Colors of #b079de

#b079de #deb079 #79deb0

Analogous Colors of #b079de

#b079de #de79da #7e79de

Monochromatic Colors of #b079de

#b079de

Complementary Color

#b079de #a7de79

#b079de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079de Color CSS Codes

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

#b079de Text Font Color

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

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


#b079de Background Color

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

This div background color is #b079de


#b079de Border Color

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

This div border color is #b079de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079de


Comments

No comments written yet.

Please login to write comment.