Color Hex Logo

#b979fd Color Hex

#B979FD
(185,121,253)
0 Favorites   0 Comments

Color spaces of #b979fd

RGB 185121253
HSL0.750.970.73
HSV269°52°99°
CMYK 0.270.520.00   0.01
XYZ44.574631.080996.5784
Yxy31.08090.25880.1805
Hunter Lab55.750245.1551-63.6853
CIE-Lab62.575949.7769-56.6875

#b979fd color RGB value is (185,121,253).

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

The process color (four color CMYK) of #b979fd color hex is 0.27, 0.52, 0.00, 0.01. Web safe color of #b979fd is #cc66ff. Color #b979fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111001 11111101
Octal 271 171 375
Decimal 185 121 253
Hex B9 79 FD

RGB Percentages of Color #b979fd

%33.09
%21.65
%45.26

CMYK Percentages of Color #b979fd

%27
%52
%0
%1

Triadic Colors of #b979fd

#b979fd #fdb979 #79fdb9

Analogous Colors of #b979fd

#b979fd #fb79fd #797bfd

Monochromatic Colors of #b979fd

#b979fd

Complementary Color

#b979fd #bdfd79

#b979fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b979fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b979fd Color CSS Codes

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

#b979fd Text Font Color

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

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


#b979fd Background Color

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

This div background color is #b979fd


#b979fd Border Color

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

This div border color is #b979fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b979fd

Related Colors


Comments

No comments written yet.

Please login to write comment.