Color Hex Logo

#a54dda Color Hex

#A54DDA
(165,77,218)
0 Favorites   0 Comments

Color spaces of #a54dda

RGB 16577218
HSL0.770.660.58
HSV277°65°85°
CMYK 0.240.650.00   0.15
XYZ30.825818.369068.2505
Yxy18.36900.26250.1564
Hunter Lab42.859153.3803-64.4144
CIE-Lab49.940659.3010-57.4730

#a54dda color RGB value is (165,77,218).

#a54dda hex color red value is 165, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a54dda hue: 0.77 , saturation: 0.66 and the lightness value of a54dda is 0.58.

The process color (four color CMYK) of #a54dda color hex is 0.24, 0.65, 0.00, 0.15. Web safe color of #a54dda is #9966cc. Color #a54dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001101 11011010
Octal 245 115 332
Decimal 165 77 218
Hex A5 4D DA

RGB Percentages of Color #a54dda

%35.87
%16.74
%47.39

CMYK Percentages of Color #a54dda

%24
%65
%0
%15

Triadic Colors of #a54dda

#a54dda #daa54d #4ddaa5

Analogous Colors of #a54dda

#a54dda #da4dc9 #5f4dda

Monochromatic Colors of #a54dda

#a54dda

Complementary Color

#a54dda #82da4d

#a54dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a54dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a54dda Color CSS Codes

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

#a54dda Text Font Color

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

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


#a54dda Background Color

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

This div background color is #a54dda


#a54dda Border Color

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

This div border color is #a54dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a54dda


Comments

No comments written yet.

Please login to write comment.