Color Hex Logo

#b779de Color Hex

#B779DE
(183,121,222)
0 Favorites   0 Comments

Color spaces of #b779de

RGB 183121222
HSL0.770.600.67
HSV277°45°87°
CMYK 0.180.450.00   0.13
XYZ39.550629.016072.6233
Yxy29.01600.28010.2055
Hunter Lab53.866536.7943-42.2288
CIE-Lab60.795742.2697-42.3374

#b779de color RGB value is (183,121,222).

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

The process color (four color CMYK) of #b779de color hex is 0.18, 0.45, 0.00, 0.13. Web safe color of #b779de is #cc66cc. Color #b779de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 11011110
Octal 267 171 336
Decimal 183 121 222
Hex B7 79 DE

RGB Percentages of Color #b779de

%34.79
%23.00
%42.21

CMYK Percentages of Color #b779de

%18
%45
%0
%13

Triadic Colors of #b779de

#b779de #deb779 #79deb7

Analogous Colors of #b779de

#b779de #de79d3 #8579de

Monochromatic Colors of #b779de

#b779de

Complementary Color

#b779de #a0de79

#b779de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779de Color CSS Codes

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

#b779de Text Font Color

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

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


#b779de Background Color

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

This div background color is #b779de


#b779de Border Color

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

This div border color is #b779de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779de


Comments

No comments written yet.

Please login to write comment.