Color Hex Logo

#a46793 Color Hex

#A46793
(164,103,147)
0 Favorites   0 Comments

Color spaces of #a46793

RGB 164103147
HSL0.880.250.52
HSV317°37°64°
CMYK 0.000.370.10   0.36
XYZ25.426619.699630.0660
Yxy19.69960.33820.2620
Hunter Lab44.384224.5857-9.0942
CIE-Lab51.495931.2407-13.8651

#a46793 color RGB value is (164,103,147).

#a46793 hex color red value is 164, green value is 103 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a46793 hue: 0.88 , saturation: 0.25 and the lightness value of a46793 is 0.52.

The process color (four color CMYK) of #a46793 color hex is 0.00, 0.37, 0.10, 0.36. Web safe color of #a46793 is #996699. Color #a46793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100111 10010011
Octal 244 147 223
Decimal 164 103 147
Hex A4 67 93

RGB Percentages of Color #a46793

%39.61
%24.88
%35.51

CMYK Percentages of Color #a46793

%0
%37
%10
%36

Triadic Colors of #a46793

#a46793 #93a467 #6793a4

Analogous Colors of #a46793

#a46793 #a46775 #9767a4

Monochromatic Colors of #a46793

#a46793

Complementary Color

#a46793 #67a478

#a46793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46793 Color CSS Codes

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

#a46793 Text Font Color

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

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


#a46793 Background Color

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

This div background color is #a46793


#a46793 Border Color

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

This div border color is #a46793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46793


Comments

No comments written yet.

Please login to write comment.