Color Hex Logo

#b979ec Color Hex

#B979EC
(185,121,236)
0 Favorites   0 Comments

Color spaces of #b979ec

RGB 185121236
HSL0.760.750.70
HSV273°49°93°
CMYK 0.220.490.00   0.07
XYZ41.985330.045282.9433
Yxy30.04520.27090.1939
Hunter Lab54.813540.8014-51.3476
CIE-Lab61.693245.9091-48.7035

#b979ec color RGB value is (185,121,236).

#b979ec hex color red value is 185, green value is 121 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b979ec hue: 0.76 , saturation: 0.75 and the lightness value of b979ec is 0.70.

The process color (four color CMYK) of #b979ec color hex is 0.22, 0.49, 0.00, 0.07. Web safe color of #b979ec is #cc66ff. Color #b979ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 11101100
Octal 271 171 354
Decimal 185 121 236
Hex B9 79 EC

RGB Percentages of Color #b979ec

%34.13
%22.32
%43.54

CMYK Percentages of Color #b979ec

%22
%49
%0
%7

Triadic Colors of #b979ec

#b979ec #ecb979 #79ecb9

Analogous Colors of #b979ec

#b979ec #ec79e6 #8079ec

Monochromatic Colors of #b979ec

#b979ec

Complementary Color

#b979ec #acec79

#b979ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979ec Color CSS Codes

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

#b979ec Text Font Color

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

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


#b979ec Background Color

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

This div background color is #b979ec


#b979ec Border Color

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

This div border color is #b979ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979ec


Comments

No comments written yet.

Please login to write comment.