Color Hex Logo

#b17abe Color Hex

#B17ABE
(177,122,190)
0 Favorites   0 Comments

Color spaces of #b17abe

RGB 177122190
HSL0.800.340.61
HSV289°36°75°
CMYK 0.070.360.00   0.25
XYZ34.385326.983952.1113
Yxy26.98390.30300.2378
Hunter Lab51.946027.2512-23.1164
CIE-Lab58.959433.1709-27.2018

#b17abe color RGB value is (177,122,190).

#b17abe hex color red value is 177, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b17abe hue: 0.80 , saturation: 0.34 and the lightness value of b17abe is 0.61.

The process color (four color CMYK) of #b17abe color hex is 0.07, 0.36, 0.00, 0.25. Web safe color of #b17abe is #9966cc. Color #b17abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111010 10111110
Octal 261 172 276
Decimal 177 122 190
Hex B1 7A BE

RGB Percentages of Color #b17abe

%36.20
%24.95
%38.85

CMYK Percentages of Color #b17abe

%7
%36
%0
%25

Triadic Colors of #b17abe

#b17abe #beb17a #7abeb1

Analogous Colors of #b17abe

#b17abe #be7aa9 #8f7abe

Monochromatic Colors of #b17abe

#b17abe

Complementary Color

#b17abe #87be7a

#b17abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17abe Color CSS Codes

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

#b17abe Text Font Color

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

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


#b17abe Background Color

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

This div background color is #b17abe


#b17abe Border Color

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

This div border color is #b17abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17abe


Comments

No comments written yet.

Please login to write comment.