Color Hex Logo

#b15dab Color Hex

#B15DAB
(177,93,171)
0 Favorites   0 Comments

Color spaces of #b15dab

RGB 17793171
HSL0.850.350.53
HSV304°47°69°
CMYK 0.000.470.03   0.31
XYZ29.396520.116140.8615
Yxy20.11610.32530.2226
Hunter Lab44.851038.5044-22.6205
CIE-Lab51.968245.1677-27.0741

#b15dab color RGB value is (177,93,171).

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

The process color (four color CMYK) of #b15dab color hex is 0.00, 0.47, 0.03, 0.31. Web safe color of #b15dab is #996699. Color #b15dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01011101 10101011
Octal 261 135 253
Decimal 177 93 171
Hex B1 5D AB

RGB Percentages of Color #b15dab

%40.14
%21.09
%38.78

CMYK Percentages of Color #b15dab

%0
%47
%3
%31

Triadic Colors of #b15dab

#b15dab #abb15d #5dabb1

Analogous Colors of #b15dab

#b15dab #b15d81 #8d5db1

Monochromatic Colors of #b15dab

#b15dab

Complementary Color

#b15dab #5db163

#b15dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b15dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b15dab Color CSS Codes

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

#b15dab Text Font Color

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

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


#b15dab Background Color

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

This div background color is #b15dab


#b15dab Border Color

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

This div border color is #b15dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b15dab


Comments

No comments written yet.

Please login to write comment.