Color Hex Logo

#a54aaf Color Hex

#A54AAF
(165,74,175)
0 Favorites   0 Comments

Color spaces of #a54aaf

RGB 16574175
HSL0.820.410.49
HSV294°58°69°
CMYK 0.060.580.00   0.31
XYZ25.703715.992042.2895
Yxy15.99200.30610.1904
Hunter Lab39.990044.7489-34.7063
CIE-Lab46.964051.9407-37.3634

#a54aaf color RGB value is (165,74,175).

#a54aaf hex color red value is 165, green value is 74 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a54aaf hue: 0.82 , saturation: 0.41 and the lightness value of a54aaf is 0.49.

The process color (four color CMYK) of #a54aaf color hex is 0.06, 0.58, 0.00, 0.31. Web safe color of #a54aaf is #993399. Color #a54aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001010 10101111
Octal 245 112 257
Decimal 165 74 175
Hex A5 4A AF

RGB Percentages of Color #a54aaf

%39.86
%17.87
%42.27

CMYK Percentages of Color #a54aaf

%6
%58
%0
%31

Triadic Colors of #a54aaf

#a54aaf #afa54a #4aafa5

Analogous Colors of #a54aaf

#a54aaf #af4a87 #734aaf

Monochromatic Colors of #a54aaf

#a54aaf

Complementary Color

#a54aaf #54af4a

#a54aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54aaf Color CSS Codes

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

#a54aaf Text Font Color

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

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


#a54aaf Background Color

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

This div background color is #a54aaf


#a54aaf Border Color

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

This div border color is #a54aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54aaf


Comments

No comments written yet.

Please login to write comment.