Color Hex Logo

#a46278 Color Hex

#A46278
(164,98,120)
0 Favorites   0 Comments

Color spaces of #a46278

RGB 16498120
HSL0.940.270.51
HSV340°40°64°
CMYK 0.000.400.27   0.36
XYZ23.067717.983920.0247
Yxy17.98390.37770.2944
Hunter Lab42.407422.88281.6886
CIE-Lab49.476629.6566-0.8455

#a46278 color RGB value is (164,98,120).

#a46278 hex color red value is 164, green value is 98 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a46278 hue: 0.94 , saturation: 0.27 and the lightness value of a46278 is 0.51.

The process color (four color CMYK) of #a46278 color hex is 0.00, 0.40, 0.27, 0.36. Web safe color of #a46278 is #996666. Color #a46278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100010 01111000
Octal 244 142 170
Decimal 164 98 120
Hex A4 62 78

RGB Percentages of Color #a46278

%42.93
%25.65
%31.41

CMYK Percentages of Color #a46278

%0
%40
%27
%36

Triadic Colors of #a46278

#a46278 #78a462 #6278a4

Analogous Colors of #a46278

#a46278 #a46d62 #a46299

Monochromatic Colors of #a46278

#a46278

Complementary Color

#a46278 #62a48e

#a46278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46278 Color CSS Codes

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

#a46278 Text Font Color

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

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


#a46278 Background Color

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

This div background color is #a46278


#a46278 Border Color

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

This div border color is #a46278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46278


Comments

No comments written yet.

Please login to write comment.