Color Hex Logo

#b066ab Color Hex

#B066AB
(176,102,171)
0 Favorites   0 Comments

Color spaces of #b066ab

RGB 176102171
HSL0.840.320.55
HSV304°42°69°
CMYK 0.000.420.03   0.31
XYZ30.006621.673141.1299
Yxy21.67310.32330.2335
Hunter Lab46.554433.5819-19.7935
CIE-Lab53.678440.1194-24.4407

#b066ab color RGB value is (176,102,171).

#b066ab hex color red value is 176, green value is 102 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b066ab hue: 0.84 , saturation: 0.32 and the lightness value of b066ab is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100110 10101011
Octal 260 146 253
Decimal 176 102 171
Hex B0 66 AB

RGB Percentages of Color #b066ab

%39.20
%22.72
%38.08

CMYK Percentages of Color #b066ab

%0
%42
%3
%31

Triadic Colors of #b066ab

#b066ab #abb066 #66abb0

Analogous Colors of #b066ab

#b066ab #b06686 #9066b0

Monochromatic Colors of #b066ab

#b066ab

Complementary Color

#b066ab #66b06b

#b066ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b066ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b066ab Color CSS Codes

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

#b066ab Text Font Color

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

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


#b066ab Background Color

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

This div background color is #b066ab


#b066ab Border Color

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

This div border color is #b066ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b066ab


Comments

No comments written yet.

Please login to write comment.