Color Hex Logo

#a46cdf Color Hex

#A46CDF
(164,108,223)
0 Favorites   0 Comments

Color spaces of #a46cdf

RGB 164108223
HSL0.750.640.65
HSV269°52°87°
CMYK 0.260.520.00   0.13
XYZ33.991723.945472.6424
Yxy23.94540.26030.1834
Hunter Lab48.934038.3593-53.7620
CIE-Lab56.033144.4198-50.5642

#a46cdf color RGB value is (164,108,223).

#a46cdf hex color red value is 164, green value is 108 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a46cdf hue: 0.75 , saturation: 0.64 and the lightness value of a46cdf is 0.65.

The process color (four color CMYK) of #a46cdf color hex is 0.26, 0.52, 0.00, 0.13. Web safe color of #a46cdf is #9966cc. Color #a46cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01101100 11011111
Octal 244 154 337
Decimal 164 108 223
Hex A4 6C DF

RGB Percentages of Color #a46cdf

%33.13
%21.82
%45.05

CMYK Percentages of Color #a46cdf

%26
%52
%0
%13

Triadic Colors of #a46cdf

#a46cdf #dfa46c #6cdfa4

Analogous Colors of #a46cdf

#a46cdf #de6cdf #6c6edf

Monochromatic Colors of #a46cdf

#a46cdf

Complementary Color

#a46cdf #a7df6c

#a46cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a46cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a46cdf Color CSS Codes

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

#a46cdf Text Font Color

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

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


#a46cdf Background Color

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

This div background color is #a46cdf


#a46cdf Border Color

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

This div border color is #a46cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a46cdf


Comments

No comments written yet.

Please login to write comment.