Color Hex Logo

#a464cb Color Hex

#A464CB
(164,100,203)
0 Favorites   0 Comments

Color spaces of #a464cb

RGB 164100203
HSL0.770.500.59
HSV277°51°80°
CMYK 0.190.510.00   0.20
XYZ30.646521.318758.9996
Yxy21.31870.27620.1921
Hunter Lab46.172237.6770-43.4413
CIE-Lab53.296544.1685-43.5753

#a464cb color RGB value is (164,100,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 11001011
Octal 244 144 313
Decimal 164 100 203
Hex A4 64 CB

RGB Percentages of Color #a464cb

%35.12
%21.41
%43.47

CMYK Percentages of Color #a464cb

%19
%51
%0
%20

Triadic Colors of #a464cb

#a464cb #cba464 #64cba4

Analogous Colors of #a464cb

#a464cb #cb64bf #7164cb

Monochromatic Colors of #a464cb

#a464cb

Complementary Color

#a464cb #8bcb64

#a464cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464cb Color CSS Codes

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

#a464cb Text Font Color

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

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


#a464cb Background Color

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

This div background color is #a464cb


#a464cb Border Color

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

This div border color is #a464cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a464cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464cb


Comments

No comments written yet.

Please login to write comment.