Color Hex Logo

#b079db Color Hex

#B079DB
(176,121,219)
0 Favorites   0 Comments

Color spaces of #b079db

RGB 176121219
HSL0.760.580.67
HSV274°45°86°
CMYK 0.200.450.00   0.14
XYZ37.528128.019370.4482
Yxy28.01930.27600.2060
Hunter Lab52.933333.9180-41.8550
CIE-Lab59.906239.6295-42.1089

#b079db color RGB value is (176,121,219).

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

The process color (four color CMYK) of #b079db color hex is 0.20, 0.45, 0.00, 0.14. Web safe color of #b079db is #9966cc. Color #b079db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 11011011
Octal 260 171 333
Decimal 176 121 219
Hex B0 79 DB

RGB Percentages of Color #b079db

%34.11
%23.45
%42.44

CMYK Percentages of Color #b079db

%20
%45
%0
%14

Triadic Colors of #b079db

#b079db #dbb079 #79dbb0

Analogous Colors of #b079db

#b079db #db79d5 #7f79db

Monochromatic Colors of #b079db

#b079db

Complementary Color

#b079db #a4db79

#b079db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b079db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b079db Color CSS Codes

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

#b079db Text Font Color

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

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


#b079db Background Color

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

This div background color is #b079db


#b079db Border Color

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

This div border color is #b079db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b079db


Comments

No comments written yet.

Please login to write comment.