Color Hex Logo

#a66284 Color Hex

#A66284
(166,98,132)
0 Favorites   0 Comments

Color spaces of #a66284

RGB 16698132
HSL0.920.280.52
HSV330°41°65°
CMYK 0.000.410.20   0.35
XYZ24.258418.508324.1237
Yxy18.50830.36270.2767
Hunter Lab43.021325.3635-3.1313
CIE-Lab50.106932.2161-7.0428

#a66284 color RGB value is (166,98,132).

#a66284 hex color red value is 166, green value is 98 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a66284 hue: 0.92 , saturation: 0.28 and the lightness value of a66284 is 0.52.

The process color (four color CMYK) of #a66284 color hex is 0.00, 0.41, 0.20, 0.35. Web safe color of #a66284 is #996699. Color #a66284 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100010 10000100
Octal 246 142 204
Decimal 166 98 132
Hex A6 62 84

RGB Percentages of Color #a66284

%41.92
%24.75
%33.33

CMYK Percentages of Color #a66284

%0
%41
%20
%35

Triadic Colors of #a66284

#a66284 #84a662 #6284a6

Analogous Colors of #a66284

#a66284 #a66262 #a662a6

Monochromatic Colors of #a66284

#a66284

Complementary Color

#a66284 #62a684

#a66284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a66284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a66284 Color CSS Codes

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

#a66284 Text Font Color

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

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


#a66284 Background Color

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

This div background color is #a66284


#a66284 Border Color

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

This div border color is #a66284


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,98,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a66284; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a66284;
  -webkit-box-shadow: 1px 1px 3px 2px #a66284;
  box-shadow:         1px 1px 3px 2px #a66284; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,98,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a66284


Comments

No comments written yet.

Please login to write comment.