Color Hex Logo

#b979dd Color Hex

#B979DD
(185,121,221)
0 Favorites   0 Comments

Color spaces of #b979dd

RGB 185121221
HSL0.770.600.67
HSV278°45°87°
CMYK 0.160.450.00   0.13
XYZ39.896129.209571.9419
Yxy29.20950.28290.2071
Hunter Lab54.045837.1868-41.0905
CIE-Lab60.966142.6193-41.4955

#b979dd color RGB value is (185,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 11011101
Octal 271 171 335
Decimal 185 121 221
Hex B9 79 DD

RGB Percentages of Color #b979dd

%35.10
%22.96
%41.94

CMYK Percentages of Color #b979dd

%16
%45
%0
%13

Triadic Colors of #b979dd

#b979dd #ddb979 #79ddb9

Analogous Colors of #b979dd

#b979dd #dd79cf #8779dd

Monochromatic Colors of #b979dd

#b979dd

Complementary Color

#b979dd #9ddd79

#b979dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979dd Color CSS Codes

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

#b979dd Text Font Color

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

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


#b979dd Background Color

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

This div background color is #b979dd


#b979dd Border Color

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

This div border color is #b979dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979dd


Comments

No comments written yet.

Please login to write comment.