Color Hex Logo

#a46dcc Color Hex

#A46DCC
(164,109,204)
0 Favorites   0 Comments

Color spaces of #a46dcc

RGB 164109204
HSL0.760.480.61
HSV275°47°80°
CMYK 0.200.470.00   0.20
XYZ31.677623.189459.9332
Yxy23.18940.27590.2020
Hunter Lab48.155433.1491-40.0824
CIE-Lab55.266939.4785-41.0337

#a46dcc color RGB value is (164,109,204).

#a46dcc hex color red value is 164, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a46dcc hue: 0.76 , saturation: 0.48 and the lightness value of a46dcc is 0.61.

The process color (four color CMYK) of #a46dcc color hex is 0.20, 0.47, 0.00, 0.20. Web safe color of #a46dcc is #9966cc. Color #a46dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101101 11001100
Octal 244 155 314
Decimal 164 109 204
Hex A4 6D CC

RGB Percentages of Color #a46dcc

%34.38
%22.85
%42.77

CMYK Percentages of Color #a46dcc

%20
%47
%0
%20

Triadic Colors of #a46dcc

#a46dcc #cca46d #6dcca4

Analogous Colors of #a46dcc

#a46dcc #cc6dc5 #756dcc

Monochromatic Colors of #a46dcc

#a46dcc

Complementary Color

#a46dcc #95cc6d

#a46dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46dcc Color CSS Codes

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

#a46dcc Text Font Color

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

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


#a46dcc Background Color

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

This div background color is #a46dcc


#a46dcc Border Color

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

This div border color is #a46dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46dcc


Comments

No comments written yet.

Please login to write comment.