Color Hex Logo

#b579fd Color Hex

#B579FD
(181,121,253)
0 Favorites   0 Comments

Color spaces of #b579fd

RGB 181121253
HSL0.740.970.73
HSV267°52°99°
CMYK 0.280.520.00   0.01
XYZ43.623130.590496.5338
Yxy30.59040.25550.1792
Hunter Lab55.308643.9968-64.7668
CIE-Lab62.160348.7840-57.3743

#b579fd color RGB value is (181,121,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 11111101
Octal 265 171 375
Decimal 181 121 253
Hex B5 79 FD

RGB Percentages of Color #b579fd

%32.61
%21.80
%45.59

CMYK Percentages of Color #b579fd

%28
%52
%0
%1

Triadic Colors of #b579fd

#b579fd #fdb579 #79fdb5

Analogous Colors of #b579fd

#b579fd #f779fd #797ffd

Monochromatic Colors of #b579fd

#b579fd

Complementary Color

#b579fd #c1fd79

#b579fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b579fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b579fd Color CSS Codes

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

#b579fd Text Font Color

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

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


#b579fd Background Color

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

This div background color is #b579fd


#b579fd Border Color

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

This div border color is #b579fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,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 #b579fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b579fd

Related Colors


Comments

No comments written yet.

Please login to write comment.