Color Hex Logo

#b584df Color Hex

#B584DF
(181,132,223)
0 Favorites   0 Comments

Color spaces of #b584df

RGB 181132223
HSL0.760.590.70
HSV272°41°87°
CMYK 0.190.410.00   0.13
XYZ40.626631.654073.7806
Yxy31.65400.27810.2167
Hunter Lab56.261930.4362-38.3683
CIE-Lab63.055935.8827-39.3640

#b584df color RGB value is (181,132,223).

#b584df hex color red value is 181, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b584df hue: 0.76 , saturation: 0.59 and the lightness value of b584df is 0.70.

The process color (four color CMYK) of #b584df color hex is 0.19, 0.41, 0.00, 0.13. Web safe color of #b584df is #cc99cc. Color #b584df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000100 11011111
Octal 265 204 337
Decimal 181 132 223
Hex B5 84 DF

RGB Percentages of Color #b584df

%33.77
%24.63
%41.60

CMYK Percentages of Color #b584df

%19
%41
%0
%13

Triadic Colors of #b584df

#b584df #dfb584 #84dfb5

Analogous Colors of #b584df

#b584df #df84dc #8884df

Monochromatic Colors of #b584df

#b584df

Complementary Color

#b584df #aedf84

#b584df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b584df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b584df Color CSS Codes

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

#b584df Text Font Color

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

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


#b584df Background Color

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

This div background color is #b584df


#b584df Border Color

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

This div border color is #b584df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b584df


Comments

No comments written yet.

Please login to write comment.