Color Hex Logo

#b59dfa Color Hex

#B59DFA
(181,157,250)
0 Favorites   0 Comments

Color spaces of #b59dfa

RGB 181157250
HSL0.710.900.80
HSV255°37°98°
CMYK 0.280.370.00   0.02
XYZ48.368340.839895.7761
Yxy40.83980.26150.2208
Hunter Lab63.906023.2650-44.1238
CIE-Lab70.063528.2245-43.2441

#b59dfa color RGB value is (181,157,250).

#b59dfa hex color red value is 181, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b59dfa hue: 0.71 , saturation: 0.90 and the lightness value of b59dfa is 0.80.

The process color (four color CMYK) of #b59dfa color hex is 0.28, 0.37, 0.00, 0.02. Web safe color of #b59dfa is #cc99ff. Color #b59dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011101 11111010
Octal 265 235 372
Decimal 181 157 250
Hex B5 9D FA

RGB Percentages of Color #b59dfa

%30.78
%26.70
%42.52

CMYK Percentages of Color #b59dfa

%28
%37
%0
%2

Triadic Colors of #b59dfa

#b59dfa #fab59d #9dfab5

Analogous Colors of #b59dfa

#b59dfa #e49dfa #9db4fa

Monochromatic Colors of #b59dfa

#b59dfa

Complementary Color

#b59dfa #e2fa9d

#b59dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59dfa Color CSS Codes

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

#b59dfa Text Font Color

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

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


#b59dfa Background Color

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

This div background color is #b59dfa


#b59dfa Border Color

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

This div border color is #b59dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59dfa


Comments

No comments written yet.

Please login to write comment.