Color Hex Logo

#b586df Color Hex

#B586DF
(181,134,223)
0 Favorites   0 Comments

Color spaces of #b586df

RGB 181134223
HSL0.750.580.70
HSV272°40°87°
CMYK 0.190.400.00   0.13
XYZ40.900432.201773.8719
Yxy32.20170.27830.2191
Hunter Lab56.746529.3485-37.4604
CIE-Lab63.509234.7728-38.6547

#b586df color RGB value is (181,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000110 11011111
Octal 265 206 337
Decimal 181 134 223
Hex B5 86 DF

RGB Percentages of Color #b586df

%33.64
%24.91
%41.45

CMYK Percentages of Color #b586df

%19
%40
%0
%13

Triadic Colors of #b586df

#b586df #dfb586 #86dfb5

Analogous Colors of #b586df

#b586df #df86dd #8986df

Monochromatic Colors of #b586df

#b586df

Complementary Color

#b586df #b0df86

#b586df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b586df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b586df Color CSS Codes

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

#b586df Text Font Color

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

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


#b586df Background Color

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

This div background color is #b586df


#b586df Border Color

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

This div border color is #b586df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b586df


Comments

No comments written yet.

Please login to write comment.