Color Hex Logo

#a364cd Color Hex

#A364CD
(163,100,205)
0 Favorites   0 Comments

Color spaces of #a364cd

RGB 163100205
HSL0.770.510.60
HSV276°51°80°
CMYK 0.200.510.00   0.20
XYZ30.680921.308760.2535
Yxy21.30870.27330.1898
Hunter Lab46.161337.8567-45.0771
CIE-Lab53.285744.3435-44.7410

#a364cd color RGB value is (163,100,205).

#a364cd hex color red value is 163, green value is 100 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a364cd hue: 0.77 , saturation: 0.51 and the lightness value of a364cd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 11001101
Octal 243 144 315
Decimal 163 100 205
Hex A3 64 CD

RGB Percentages of Color #a364cd

%34.83
%21.37
%43.80

CMYK Percentages of Color #a364cd

%20
%51
%0
%20

Triadic Colors of #a364cd

#a364cd #cda364 #64cda3

Analogous Colors of #a364cd

#a364cd #cd64c3 #6f64cd

Monochromatic Colors of #a364cd

#a364cd

Complementary Color

#a364cd #8ecd64

#a364cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a364cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a364cd Color CSS Codes

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

#a364cd Text Font Color

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

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


#a364cd Background Color

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

This div background color is #a364cd


#a364cd Border Color

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

This div border color is #a364cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,100,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a364cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a364cd;
  -webkit-box-shadow: 1px 1px 3px 2px #a364cd;
  box-shadow:         1px 1px 3px 2px #a364cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,100,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a364cd


Comments

No comments written yet.

Please login to write comment.