Color Hex Logo

#b579dc Color Hex

#B579DC
(181,121,220)
0 Favorites   0 Comments

Color spaces of #b579dc

RGB 181121220
HSL0.770.590.67
HSV276°45°86°
CMYK 0.180.450.00   0.14
XYZ38.811728.665871.1976
Yxy28.66580.27990.2067
Hunter Lab53.540535.6996-41.3650
CIE-Lab60.485541.2676-41.7212

#b579dc color RGB value is (181,121,220).

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

The process color (four color CMYK) of #b579dc color hex is 0.18, 0.45, 0.00, 0.14. Web safe color of #b579dc is #cc66cc. Color #b579dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01111001 11011100
Octal 265 171 334
Decimal 181 121 220
Hex B5 79 DC

RGB Percentages of Color #b579dc

%34.67
%23.18
%42.15

CMYK Percentages of Color #b579dc

%18
%45
%0
%14

Triadic Colors of #b579dc

#b579dc #dcb579 #79dcb5

Analogous Colors of #b579dc

#b579dc #dc79d2 #8479dc

Monochromatic Colors of #b579dc

#b579dc

Complementary Color

#b579dc #a0dc79

#b579dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b579dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b579dc Color CSS Codes

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

#b579dc Text Font Color

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

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


#b579dc Background Color

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

This div background color is #b579dc


#b579dc Border Color

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

This div border color is #b579dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b579dc


Comments

No comments written yet.

Please login to write comment.