Color Hex Logo

#a549dd Color Hex

#A549DD
(165,73,221)
0 Favorites   0 Comments

Color spaces of #a549dd

RGB 16573221
HSL0.770.690.58
HSV277°67°87°
CMYK 0.250.670.00   0.13
XYZ30.950717.984970.2468
Yxy17.98490.25970.1509
Hunter Lab42.408656.0580-68.5236
CIE-Lab49.477861.7594-59.9239

#a549dd color RGB value is (165,73,221).

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

The process color (four color CMYK) of #a549dd color hex is 0.25, 0.67, 0.00, 0.13. Web safe color of #a549dd is #9933cc. Color #a549dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01001001 11011101
Octal 245 111 335
Decimal 165 73 221
Hex A5 49 DD

RGB Percentages of Color #a549dd

%35.95
%15.90
%48.15

CMYK Percentages of Color #a549dd

%25
%67
%0
%13

Triadic Colors of #a549dd

#a549dd #dda549 #49dda5

Analogous Colors of #a549dd

#a549dd #dd49cb #5b49dd

Monochromatic Colors of #a549dd

#a549dd

Complementary Color

#a549dd #81dd49

#a549dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a549dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a549dd Color CSS Codes

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

#a549dd Text Font Color

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

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


#a549dd Background Color

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

This div background color is #a549dd


#a549dd Border Color

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

This div border color is #a549dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a549dd


Comments

No comments written yet.

Please login to write comment.