Color Hex Logo

#b95add Color Hex

#B95ADD
(185,90,221)
0 Favorites   0 Comments

Color spaces of #b95add

RGB 18590221
HSL0.790.660.61
HSV284°59°87°
CMYK 0.160.590.00   0.13
XYZ36.714922.847170.8815
Yxy22.84710.28150.1751
Hunter Lab47.798653.4611-54.4632
CIE-Lab54.914558.4765-51.0692

#b95add color RGB value is (185,90,221).

#b95add hex color red value is 185, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b95add hue: 0.79 , saturation: 0.66 and the lightness value of b95add is 0.61.

The process color (four color CMYK) of #b95add color hex is 0.16, 0.59, 0.00, 0.13. Web safe color of #b95add is #cc66cc. Color #b95add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011010 11011101
Octal 271 132 335
Decimal 185 90 221
Hex B9 5A DD

RGB Percentages of Color #b95add

%37.30
%18.15
%44.56

CMYK Percentages of Color #b95add

%16
%59
%0
%13

Triadic Colors of #b95add

#b95add #ddb95a #5addb9

Analogous Colors of #b95add

#b95add #dd5ac0 #785add

Monochromatic Colors of #b95add

#b95add

Complementary Color

#b95add #7edd5a

#b95add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95add Color CSS Codes

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

#b95add Text Font Color

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

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


#b95add Background Color

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

This div background color is #b95add


#b95add Border Color

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

This div border color is #b95add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,90,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95add;
  -webkit-box-shadow: 1px 1px 3px 2px #b95add;
  box-shadow:         1px 1px 3px 2px #b95add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,90,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95add


Comments

No comments written yet.

Please login to write comment.