Color Hex Logo

#b06abd Color Hex

#B06ABD
(176,106,189)
0 Favorites   0 Comments

Color spaces of #b06abd

RGB 176106189
HSL0.810.390.58
HSV291°44°74°
CMYK 0.070.440.00   0.26
XYZ32.243823.212350.9251
Yxy23.21230.30310.2182
Hunter Lab48.179135.1473-28.9438
CIE-Lab55.290341.4306-32.3317

#b06abd color RGB value is (176,106,189).

#b06abd hex color red value is 176, green value is 106 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b06abd hue: 0.81 , saturation: 0.39 and the lightness value of b06abd is 0.58.

The process color (four color CMYK) of #b06abd color hex is 0.07, 0.44, 0.00, 0.26. Web safe color of #b06abd is #9966cc. Color #b06abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101010 10111101
Octal 260 152 275
Decimal 176 106 189
Hex B0 6A BD

RGB Percentages of Color #b06abd

%37.37
%22.51
%40.13

CMYK Percentages of Color #b06abd

%7
%44
%0
%26

Triadic Colors of #b06abd

#b06abd #bdb06a #6abdb0

Analogous Colors of #b06abd

#b06abd #bd6aa1 #876abd

Monochromatic Colors of #b06abd

#b06abd

Complementary Color

#b06abd #77bd6a

#b06abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06abd Color CSS Codes

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

#b06abd Text Font Color

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

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


#b06abd Background Color

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

This div background color is #b06abd


#b06abd Border Color

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

This div border color is #b06abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,106,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06abd


Comments

No comments written yet.

Please login to write comment.