Color Hex Logo

#a364ce Color Hex

#A364CE
(163,100,206)
0 Favorites   0 Comments

Color spaces of #a364ce

RGB 163100206
HSL0.770.520.60
HSV276°51°81°
CMYK 0.210.510.00   0.19
XYZ30.802021.357160.8914
Yxy21.35710.27250.1889
Hunter Lab46.213738.0983-45.7711
CIE-Lab53.338144.5682-45.2280

#a364ce color RGB value is (163,100,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 11001110
Octal 243 144 316
Decimal 163 100 206
Hex A3 64 CE

RGB Percentages of Color #a364ce

%34.75
%21.32
%43.92

CMYK Percentages of Color #a364ce

%21
%51
%0
%19

Triadic Colors of #a364ce

#a364ce #cea364 #64cea3

Analogous Colors of #a364ce

#a364ce #ce64c4 #6e64ce

Monochromatic Colors of #a364ce

#a364ce

Complementary Color

#a364ce #8fce64

#a364ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a364ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a364ce Color CSS Codes

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

#a364ce Text Font Color

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

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


#a364ce Background Color

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

This div background color is #a364ce


#a364ce Border Color

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

This div border color is #a364ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a364ce


Comments

No comments written yet.

Please login to write comment.