Color Hex Logo

#b779db Color Hex

#B779DB
(183,121,219)
0 Favorites   0 Comments

Color spaces of #b779db

RGB 183121219
HSL0.770.580.67
HSV278°45°86°
CMYK 0.160.450.00   0.14
XYZ39.152028.856570.5242
Yxy28.85650.28260.2083
Hunter Lab53.718236.0910-40.2363
CIE-Lab60.654841.6191-40.8804

#b779db color RGB value is (183,121,219).

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

The process color (four color CMYK) of #b779db color hex is 0.16, 0.45, 0.00, 0.14. Web safe color of #b779db is #cc66cc. Color #b779db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 11011011
Octal 267 171 333
Decimal 183 121 219
Hex B7 79 DB

RGB Percentages of Color #b779db

%34.99
%23.14
%41.87

CMYK Percentages of Color #b779db

%16
%45
%0
%14

Triadic Colors of #b779db

#b779db #dbb779 #79dbb7

Analogous Colors of #b779db

#b779db #db79ce #8679db

Monochromatic Colors of #b779db

#b779db

Complementary Color

#b779db #9ddb79

#b779db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779db Color CSS Codes

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

#b779db Text Font Color

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

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


#b779db Background Color

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

This div background color is #b779db


#b779db Border Color

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

This div border color is #b779db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,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 #b779db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779db


Comments

No comments written yet.

Please login to write comment.