Color Hex Logo

#a955da Color Hex

#A955DA
(169,85,218)
0 Favorites   0 Comments

Color spaces of #a955da

RGB 16985218
HSL0.770.640.59
HSV278°61°85°
CMYK 0.220.610.00   0.15
XYZ32.265619.994068.4883
Yxy19.99400.26720.1656
Hunter Lab44.714750.5530-59.5127
CIE-Lab51.830456.4226-54.4133

#a955da color RGB value is (169,85,218).

#a955da hex color red value is 169, green value is 85 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a955da hue: 0.77 , saturation: 0.64 and the lightness value of a955da is 0.59.

The process color (four color CMYK) of #a955da color hex is 0.22, 0.61, 0.00, 0.15. Web safe color of #a955da is #9966cc. Color #a955da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 11011010
Octal 251 125 332
Decimal 169 85 218
Hex A9 55 DA

RGB Percentages of Color #a955da

%35.81
%18.01
%46.19

CMYK Percentages of Color #a955da

%22
%61
%0
%15

Triadic Colors of #a955da

#a955da #daa955 #55daa9

Analogous Colors of #a955da

#a955da #da55c9 #6755da

Monochromatic Colors of #a955da

#a955da

Complementary Color

#a955da #86da55

#a955da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a955da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a955da Color CSS Codes

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

#a955da Text Font Color

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

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


#a955da Background Color

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

This div background color is #a955da


#a955da Border Color

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

This div border color is #a955da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,85,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 #a955da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a955da


Comments

No comments written yet.

Please login to write comment.