color codes Logo

#a955db color codes

#A955DB
(169,85,219)
0 Favorites   0 Comments

Color spaces of #a955db

RGB 16985219
HSL0.770.650.60
HSV278°61°86°
CMYK 0.230.610.00   0.14
XYZ32.396920.046569.1797
Yxy20.04650.26640.1648
Hunter Lab44.773350.8050-60.2682
CIE-Lab51.889756.6394-54.8858

#a955db color RGB value is (169,85,219).

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

The process color (four color CMYK) of #a955db color code is 0.23, 0.61, 0.00, 0.14. Web safe color of #a955db is #9966cc. Color #a955db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010101 11011011
Octal 251 125 333
Decimal 169 85 219
Hex A9 55 DB

RGB Percentages of Color #a955db

%35.73
%17.97
%46.30

CMYK Percentages of Color #a955db

%23
%61
%0
%14

Triadic Colors of #a955db

#a955db #dba955 #55dba9

Analogous Colors of #a955db

#a955db #db55ca #6655db

Monochromatic Colors of #a955db

#a955db

Complementary Color

#a955db #87db55

#a955db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a955db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a955db Color CSS Codes

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

#a955db Text Font Color

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

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


#a955db Background Color

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

This div background color is #a955db


#a955db Border Color

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

This div border color is #a955db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,85,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a955db


Comments

No comments written yet.

Please login to write comment.