Color Hex Logo

#b66fad Color Hex

#B66FAD
(182,111,173)
0 Favorites   0 Comments

Color spaces of #b66fad

RGB 182111173
HSL0.850.330.57
HSV308°39°71°
CMYK 0.000.390.05   0.29
XYZ32.518724.331142.5176
Yxy24.33110.32730.2449
Hunter Lab49.326631.3552-16.5771
CIE-Lab56.417837.5592-21.3257

#b66fad color RGB value is (182,111,173).

#b66fad hex color red value is 182, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b66fad hue: 0.85 , saturation: 0.33 and the lightness value of b66fad is 0.57.

The process color (four color CMYK) of #b66fad color hex is 0.00, 0.39, 0.05, 0.29. Web safe color of #b66fad is #cc6699. Color #b66fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101111 10101101
Octal 266 157 255
Decimal 182 111 173
Hex B6 6F AD

RGB Percentages of Color #b66fad

%39.06
%23.82
%37.12

CMYK Percentages of Color #b66fad

%0
%39
%5
%29

Triadic Colors of #b66fad

#b66fad #adb66f #6fadb6

Analogous Colors of #b66fad

#b66fad #b66f8a #9c6fb6

Monochromatic Colors of #b66fad

#b66fad

Complementary Color

#b66fad #6fb678

#b66fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66fad Color CSS Codes

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

#b66fad Text Font Color

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

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


#b66fad Background Color

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

This div background color is #b66fad


#b66fad Border Color

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

This div border color is #b66fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,111,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b66fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b66fad;
  -webkit-box-shadow: 1px 1px 3px 2px #b66fad;
  box-shadow:         1px 1px 3px 2px #b66fad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,111,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66fad


Comments

No comments written yet.

Please login to write comment.