Color Hex Logo

#b979df Color Hex

#B979DF
(185,121,223)
0 Favorites   0 Comments

Color spaces of #b979df

RGB 185121223
HSL0.770.610.67
HSV278°46°87°
CMYK 0.170.460.00   0.13
XYZ40.164229.316773.3538
Yxy29.31670.28120.2052
Hunter Lab54.144937.6561-42.4228
CIE-Lab61.060143.0507-42.4655

#b979df color RGB value is (185,121,223).

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

The process color (four color CMYK) of #b979df color hex is 0.17, 0.46, 0.00, 0.13. Web safe color of #b979df is #cc66cc. Color #b979df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 11011111
Octal 271 171 337
Decimal 185 121 223
Hex B9 79 DF

RGB Percentages of Color #b979df

%34.97
%22.87
%42.16

CMYK Percentages of Color #b979df

%17
%46
%0
%13

Triadic Colors of #b979df

#b979df #dfb979 #79dfb9

Analogous Colors of #b979df

#b979df #df79d2 #8679df

Monochromatic Colors of #b979df

#b979df

Complementary Color

#b979df #9fdf79

#b979df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979df Color CSS Codes

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

#b979df Text Font Color

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

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


#b979df Background Color

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

This div background color is #b979df


#b979df Border Color

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

This div border color is #b979df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979df


Comments

No comments written yet.

Please login to write comment.