Color Hex Logo

#a454d6 Color Hex

#A454D6
(164,84,214)
0 Favorites   0 Comments

Color spaces of #a454d6

RGB 16484214
HSL0.770.610.58
HSV277°61°84°
CMYK 0.230.610.00   0.16
XYZ30.617819.088265.6890
Yxy19.08820.26530.1654
Hunter Lab43.690048.6345-58.5609
CIE-Lab50.790254.8645-53.8395

#a454d6 color RGB value is (164,84,214).

#a454d6 hex color red value is 164, green value is 84 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #a454d6 hue: 0.77 , saturation: 0.61 and the lightness value of a454d6 is 0.58.

The process color (four color CMYK) of #a454d6 color hex is 0.23, 0.61, 0.00, 0.16. Web safe color of #a454d6 is #9966cc. Color #a454d6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010100 11010110
Octal 244 124 326
Decimal 164 84 214
Hex A4 54 D6

RGB Percentages of Color #a454d6

%35.50
%18.18
%46.32

CMYK Percentages of Color #a454d6

%23
%61
%0
%16

Triadic Colors of #a454d6

#a454d6 #d6a454 #54d6a4

Analogous Colors of #a454d6

#a454d6 #d654c7 #6354d6

Monochromatic Colors of #a454d6

#a454d6

Complementary Color

#a454d6 #86d654

#a454d6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a454d6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a454d6 Color CSS Codes

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

#a454d6 Text Font Color

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

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


#a454d6 Background Color

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

This div background color is #a454d6


#a454d6 Border Color

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

This div border color is #a454d6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a454d6


Comments

No comments written yet.

Please login to write comment.