Color Hex Logo

#b666ad Color Hex

#B666AD
(182,102,173)
0 Favorites   0 Comments

Color spaces of #b666ad

RGB 182102173
HSL0.850.350.56
HSV307°44°71°
CMYK 0.000.440.05   0.29
XYZ31.585622.465042.2066
Yxy22.46500.32810.2334
Hunter Lab47.397336.0075-19.6188
CIE-Lab54.516942.3751-24.2457

#b666ad color RGB value is (182,102,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100110 10101101
Octal 266 146 255
Decimal 182 102 173
Hex B6 66 AD

RGB Percentages of Color #b666ad

%39.82
%22.32
%37.86

CMYK Percentages of Color #b666ad

%0
%44
%5
%29

Triadic Colors of #b666ad

#b666ad #adb666 #66adb6

Analogous Colors of #b666ad

#b666ad #b66685 #9766b6

Monochromatic Colors of #b666ad

#b666ad

Complementary Color

#b666ad #66b66f

#b666ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b666ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b666ad Color CSS Codes

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

#b666ad Text Font Color

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

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


#b666ad Background Color

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

This div background color is #b666ad


#b666ad Border Color

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

This div border color is #b666ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b666ad


Comments

No comments written yet.

Please login to write comment.