Color Hex Logo

#a364cb Color Hex

#A364CB
(163,100,203)
0 Favorites   0 Comments

Color spaces of #a364cb

RGB 163100203
HSL0.770.500.59
HSV277°51°80°
CMYK 0.200.510.00   0.20
XYZ30.440921.212758.9900
Yxy21.21270.27510.1917
Hunter Lab46.057237.3769-43.6984
CIE-Lab53.181543.8960-43.7648

#a364cb color RGB value is (163,100,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01100100 11001011
Octal 243 144 313
Decimal 163 100 203
Hex A3 64 CB

RGB Percentages of Color #a364cb

%34.98
%21.46
%43.56

CMYK Percentages of Color #a364cb

%20
%51
%0
%20

Triadic Colors of #a364cb

#a364cb #cba364 #64cba3

Analogous Colors of #a364cb

#a364cb #cb64c0 #7064cb

Monochromatic Colors of #a364cb

#a364cb

Complementary Color

#a364cb #8ccb64

#a364cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a364cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a364cb Color CSS Codes

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

#a364cb Text Font Color

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

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


#a364cb Background Color

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

This div background color is #a364cb


#a364cb Border Color

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

This div border color is #a364cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a364cb


Comments

No comments written yet.

Please login to write comment.