Color Hex Logo

#a54aca Color Hex

#A54ACA
(165,74,202)
0 Favorites   0 Comments

Color spaces of #a54aca

RGB 16574202
HSL0.790.550.54
HSV283°63°79°
CMYK 0.180.630.00   0.21
XYZ28.626517.161257.6808
Yxy17.16120.27670.1659
Hunter Lab41.426150.8525-53.5559
CIE-Lab48.462557.3001-50.6858

#a54aca color RGB value is (165,74,202).

#a54aca hex color red value is 165, green value is 74 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a54aca hue: 0.79 , saturation: 0.55 and the lightness value of a54aca is 0.54.

The process color (four color CMYK) of #a54aca color hex is 0.18, 0.63, 0.00, 0.21. Web safe color of #a54aca is #9933cc. Color #a54aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 11001010
Octal 245 112 312
Decimal 165 74 202
Hex A5 4A CA

RGB Percentages of Color #a54aca

%37.41
%16.78
%45.80

CMYK Percentages of Color #a54aca

%18
%63
%0
%21

Triadic Colors of #a54aca

#a54aca #caa54a #4acaa5

Analogous Colors of #a54aca

#a54aca #ca4aaf #654aca

Monochromatic Colors of #a54aca

#a54aca

Complementary Color

#a54aca #6fca4a

#a54aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54aca Color CSS Codes

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

#a54aca Text Font Color

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

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


#a54aca Background Color

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

This div background color is #a54aca


#a54aca Border Color

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

This div border color is #a54aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,74,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a54aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a54aca;
  -webkit-box-shadow: 1px 1px 3px 2px #a54aca;
  box-shadow:         1px 1px 3px 2px #a54aca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,74,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54aca


Comments

No comments written yet.

Please login to write comment.