Color Hex Logo

#b15add Color Hex

#B15ADD
(177,90,221)
0 Favorites   0 Comments

Color spaces of #b15add

RGB 17790221
HSL0.780.660.61
HSV280°59°87°
CMYK 0.200.590.00   0.13
XYZ34.838821.879970.7936
Yxy21.87990.27320.1716
Hunter Lab46.776051.0891-56.9900
CIE-Lab53.899356.5410-52.7477

#b15add color RGB value is (177,90,221).

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

The process color (four color CMYK) of #b15add color hex is 0.20, 0.59, 0.00, 0.13. Web safe color of #b15add is #9966cc. Color #b15add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011010 11011101
Octal 261 132 335
Decimal 177 90 221
Hex B1 5A DD

RGB Percentages of Color #b15add

%36.27
%18.44
%45.29

CMYK Percentages of Color #b15add

%20
%59
%0
%13

Triadic Colors of #b15add

#b15add #ddb15a #5addb1

Analogous Colors of #b15add

#b15add #dd5ac8 #705add

Monochromatic Colors of #b15add

#b15add

Complementary Color

#b15add #86dd5a

#b15add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15add Color CSS Codes

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

#b15add Text Font Color

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

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


#b15add Background Color

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

This div background color is #b15add


#b15add Border Color

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

This div border color is #b15add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15add


Comments

No comments written yet.

Please login to write comment.