Color Hex Logo

#b06aaa Color Hex

#B06AAA
(176,106,170)
0 Favorites   0 Comments

Color spaces of #b06aaa

RGB 176106170
HSL0.850.310.55
HSV305°40°69°
CMYK 0.000.400.03   0.31
XYZ30.314222.440540.7639
Yxy22.44050.32420.2400
Hunter Lab47.371431.3269-17.8601
CIE-Lab54.491337.7750-22.6090

#b06aaa color RGB value is (176,106,170).

#b06aaa hex color red value is 176, green value is 106 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b06aaa hue: 0.85 , saturation: 0.31 and the lightness value of b06aaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101010 10101010
Octal 260 152 252
Decimal 176 106 170
Hex B0 6A AA

RGB Percentages of Color #b06aaa

%38.94
%23.45
%37.61

CMYK Percentages of Color #b06aaa

%0
%40
%3
%31

Triadic Colors of #b06aaa

#b06aaa #aab06a #6aaab0

Analogous Colors of #b06aaa

#b06aaa #b06a87 #936ab0

Monochromatic Colors of #b06aaa

#b06aaa

Complementary Color

#b06aaa #6ab070

#b06aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06aaa Color CSS Codes

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

#b06aaa Text Font Color

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

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


#b06aaa Background Color

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

This div background color is #b06aaa


#b06aaa Border Color

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

This div border color is #b06aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06aaa


Comments

No comments written yet.

Please login to write comment.