Color Hex Logo

#a454be Color Hex

#A454BE
(164,84,190)
0 Favorites   0 Comments

Color spaces of #a454be

RGB 16484190
HSL0.790.450.54
HSV285°56°75°
CMYK 0.140.560.00   0.25
XYZ27.774417.950950.7162
Yxy17.95090.28800.1861
Hunter Lab42.368542.8697-41.3137
CIE-Lab49.436549.7428-42.2119

#a454be color RGB value is (164,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 10111110
Octal 244 124 276
Decimal 164 84 190
Hex A4 54 BE

RGB Percentages of Color #a454be

%37.44
%19.18
%43.38

CMYK Percentages of Color #a454be

%14
%56
%0
%25

Triadic Colors of #a454be

#a454be #bea454 #54bea4

Analogous Colors of #a454be

#a454be #be54a3 #6f54be

Monochromatic Colors of #a454be

#a454be

Complementary Color

#a454be #6ebe54

#a454be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454be Color CSS Codes

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

#a454be Text Font Color

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

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


#a454be Background Color

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

This div background color is #a454be


#a454be Border Color

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

This div border color is #a454be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454be


Comments

No comments written yet.

Please login to write comment.