Color Hex Logo

#a456be Color Hex

#A456BE
(164,86,190)
0 Favorites   0 Comments

Color spaces of #a456be

RGB 16486190
HSL0.790.440.54
HSV285°55°75°
CMYK 0.140.550.00   0.25
XYZ27.931918.265850.7687
Yxy18.26580.28810.1884
Hunter Lab42.738541.8669-40.5131
CIE-Lab49.816948.7291-41.6095

#a456be color RGB value is (164,86,190).

#a456be hex color red value is 164, green value is 86 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a456be hue: 0.79 , saturation: 0.44 and the lightness value of a456be is 0.54.

The process color (four color CMYK) of #a456be color hex is 0.14, 0.55, 0.00, 0.25. Web safe color of #a456be is #9966cc. Color #a456be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010110 10111110
Octal 244 126 276
Decimal 164 86 190
Hex A4 56 BE

RGB Percentages of Color #a456be

%37.27
%19.55
%43.18

CMYK Percentages of Color #a456be

%14
%55
%0
%25

Triadic Colors of #a456be

#a456be #bea456 #56bea4

Analogous Colors of #a456be

#a456be #be56a4 #7056be

Monochromatic Colors of #a456be

#a456be

Complementary Color

#a456be #70be56

#a456be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a456be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a456be Color CSS Codes

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

#a456be Text Font Color

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

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


#a456be Background Color

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

This div background color is #a456be


#a456be Border Color

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

This div border color is #a456be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a456be


Comments

No comments written yet.

Please login to write comment.