Color Hex Logo

#b59adf Color Hex

#B59ADF
(181,154,223)
0 Favorites   0 Comments

Color spaces of #b59adf

RGB 181154223
HSL0.730.520.74
HSV263°31°87°
CMYK 0.190.310.00   0.13
XYZ43.930938.262774.8821
Yxy38.26270.27970.2436
Hunter Lab61.856918.5217-28.4749
CIE-Lab68.213823.5965-31.3409

#b59adf color RGB value is (181,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011010 11011111
Octal 265 232 337
Decimal 181 154 223
Hex B5 9A DF

RGB Percentages of Color #b59adf

%32.44
%27.60
%39.96

CMYK Percentages of Color #b59adf

%19
%31
%0
%13

Triadic Colors of #b59adf

#b59adf #dfb59a #9adfb5

Analogous Colors of #b59adf

#b59adf #d89adf #9aa2df

Monochromatic Colors of #b59adf

#b59adf

Complementary Color

#b59adf #c4df9a

#b59adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59adf Color CSS Codes

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

#b59adf Text Font Color

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

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


#b59adf Background Color

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

This div background color is #b59adf


#b59adf Border Color

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

This div border color is #b59adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59adf


Comments

No comments written yet.

Please login to write comment.