Color Hex Logo

#b08abe Color Hex

#B08ABE
(176,138,190)
0 Favorites   0 Comments

Color spaces of #b08abe

RGB 176138190
HSL0.790.290.64
HSV284°27°75°
CMYK 0.070.270.00   0.25
XYZ36.287231.124852.8103
Yxy31.12480.30180.2589
Hunter Lab55.789618.4698-17.0710
CIE-Lab62.612823.8745-21.5992

#b08abe color RGB value is (176,138,190).

#b08abe hex color red value is 176, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b08abe hue: 0.79 , saturation: 0.29 and the lightness value of b08abe is 0.64.

The process color (four color CMYK) of #b08abe color hex is 0.07, 0.27, 0.00, 0.25. Web safe color of #b08abe is #9999cc. Color #b08abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001010 10111110
Octal 260 212 276
Decimal 176 138 190
Hex B0 8A BE

RGB Percentages of Color #b08abe

%34.92
%27.38
%37.70

CMYK Percentages of Color #b08abe

%7
%27
%0
%25

Triadic Colors of #b08abe

#b08abe #beb08a #8abeb0

Analogous Colors of #b08abe

#b08abe #be8ab2 #968abe

Monochromatic Colors of #b08abe

#b08abe

Complementary Color

#b08abe #98be8a

#b08abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08abe Color CSS Codes

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

#b08abe Text Font Color

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

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


#b08abe Background Color

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

This div background color is #b08abe


#b08abe Border Color

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

This div border color is #b08abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08abe


Comments

No comments written yet.

Please login to write comment.