Color Hex Logo

#a464bb Color Hex

#A464BB
(164,100,187)
0 Favorites   0 Comments

Color spaces of #a464bb

RGB 164100187
HSL0.790.390.56
HSV284°47°73°
CMYK 0.120.470.00   0.27
XYZ28.836720.594749.4690
Yxy20.59470.29160.2082
Hunter Lab45.381434.0069-32.8634
CIE-Lab52.503040.7023-35.6434

#a464bb color RGB value is (164,100,187).

#a464bb hex color red value is 164, green value is 100 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a464bb hue: 0.79 , saturation: 0.39 and the lightness value of a464bb is 0.56.

The process color (four color CMYK) of #a464bb color hex is 0.12, 0.47, 0.00, 0.27. Web safe color of #a464bb is #9966cc. Color #a464bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01100100 10111011
Octal 244 144 273
Decimal 164 100 187
Hex A4 64 BB

RGB Percentages of Color #a464bb

%36.36
%22.17
%41.46

CMYK Percentages of Color #a464bb

%12
%47
%0
%27

Triadic Colors of #a464bb

#a464bb #bba464 #64bba4

Analogous Colors of #a464bb

#a464bb #bb64a7 #7964bb

Monochromatic Colors of #a464bb

#a464bb

Complementary Color

#a464bb #7bbb64

#a464bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a464bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a464bb Color CSS Codes

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

#a464bb Text Font Color

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

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


#a464bb Background Color

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

This div background color is #a464bb


#a464bb Border Color

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

This div border color is #a464bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a464bb


Comments

No comments written yet.

Please login to write comment.