Color Hex Logo

#b779be Color Hex

#B779BE
(183,121,190)
0 Favorites   0 Comments

Color spaces of #b779be

RGB 183121190
HSL0.820.350.61
HSV294°36°75°
CMYK 0.040.360.00   0.25
XYZ35.660127.459752.1360
Yxy27.45970.30940.2383
Hunter Lab52.402029.7676-22.3076
CIE-Lab59.397435.6324-26.4713

#b779be color RGB value is (183,121,190).

#b779be hex color red value is 183, green value is 121 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b779be hue: 0.82 , saturation: 0.35 and the lightness value of b779be is 0.61.

The process color (four color CMYK) of #b779be color hex is 0.04, 0.36, 0.00, 0.25. Web safe color of #b779be is #cc66cc. Color #b779be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01111001 10111110
Octal 267 171 276
Decimal 183 121 190
Hex B7 79 BE

RGB Percentages of Color #b779be

%37.04
%24.49
%38.46

CMYK Percentages of Color #b779be

%4
%36
%0
%25

Triadic Colors of #b779be

#b779be #beb779 #79beb7

Analogous Colors of #b779be

#b779be #be79a3 #9579be

Monochromatic Colors of #b779be

#b779be

Complementary Color

#b779be #80be79

#b779be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b779be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b779be Color CSS Codes

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

#b779be Text Font Color

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

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


#b779be Background Color

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

This div background color is #b779be


#b779be Border Color

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

This div border color is #b779be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b779be


Comments

No comments written yet.

Please login to write comment.