Color Hex Logo

#b15faa Color Hex

#B15FAA
(177,95,170)
0 Favorites   0 Comments

Color spaces of #b15faa

RGB 17795170
HSL0.850.340.53
HSV305°46°69°
CMYK 0.000.460.04   0.31
XYZ29.479420.433840.4206
Yxy20.43380.32630.2262
Hunter Lab45.203837.3013-21.3737
CIE-Lab52.324243.9510-25.9397

#b15faa color RGB value is (177,95,170).

#b15faa hex color red value is 177, green value is 95 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b15faa hue: 0.85 , saturation: 0.34 and the lightness value of b15faa is 0.53.

The process color (four color CMYK) of #b15faa color hex is 0.00, 0.46, 0.04, 0.31. Web safe color of #b15faa is #996699. Color #b15faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011111 10101010
Octal 261 137 252
Decimal 177 95 170
Hex B1 5F AA

RGB Percentages of Color #b15faa

%40.05
%21.49
%38.46

CMYK Percentages of Color #b15faa

%0
%46
%4
%31

Triadic Colors of #b15faa

#b15faa #aab15f #5faab1

Analogous Colors of #b15faa

#b15faa #b15f81 #8f5fb1

Monochromatic Colors of #b15faa

#b15faa

Complementary Color

#b15faa #5fb166

#b15faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15faa Color CSS Codes

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

#b15faa Text Font Color

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

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


#b15faa Background Color

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

This div background color is #b15faa


#b15faa Border Color

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

This div border color is #b15faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,95,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15faa


Comments

No comments written yet.

Please login to write comment.