Color Hex Logo

#a67284 Color Hex

#A67284
(166,114,132)
0 Favorites   0 Comments

Color spaces of #a67284

RGB 166114132
HSL0.940.230.55
HSV339°31°65°
CMYK 0.000.310.20   0.35
XYZ25.908121.807624.6736
Yxy21.80760.35790.3013
Hunter Lab46.698617.30811.3627
CIE-Lab53.822323.2340-1.5497

#a67284 color RGB value is (166,114,132).

#a67284 hex color red value is 166, green value is 114 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a67284 hue: 0.94 , saturation: 0.23 and the lightness value of a67284 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 10000100
Octal 246 162 204
Decimal 166 114 132
Hex A6 72 84

RGB Percentages of Color #a67284

%40.29
%27.67
%32.04

CMYK Percentages of Color #a67284

%0
%31
%20
%35

Triadic Colors of #a67284

#a67284 #84a672 #7284a6

Analogous Colors of #a67284

#a67284 #a67a72 #a6729e

Monochromatic Colors of #a67284

#a67284

Complementary Color

#a67284 #72a694

#a67284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67284 Color CSS Codes

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

#a67284 Text Font Color

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

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


#a67284 Background Color

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

This div background color is #a67284


#a67284 Border Color

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

This div border color is #a67284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67284


Comments

No comments written yet.

Please login to write comment.