color codes Logo

#a950dc color codes

#A950DC
(169,80,220)
0 Favorites   0 Comments

Color spaces of #a950dc

RGB 16980220
HSL0.770.670.59
HSV278°64°86°
CMYK 0.230.640.00   0.14
XYZ32.149119.339669.7486
Yxy19.33960.26520.1595
Hunter Lab43.976853.5324-63.2520
CIE-Lab51.082259.2275-56.7482

#a950dc color RGB value is (169,80,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010000 11011100
Octal 251 120 334
Decimal 169 80 220
Hex A9 50 DC

RGB Percentages of Color #a950dc

%36.03
%17.06
%46.91

CMYK Percentages of Color #a950dc

%23
%64
%0
%14

Triadic Colors of #a950dc

#a950dc #dca950 #50dca9

Analogous Colors of #a950dc

#a950dc #dc50c9 #6350dc

Monochromatic Colors of #a950dc

#a950dc

Complementary Color

#a950dc #83dc50

#a950dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a950dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a950dc Color CSS Codes

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

#a950dc Text Font Color

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

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


#a950dc Background Color

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

This div background color is #a950dc


#a950dc Border Color

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

This div border color is #a950dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a950dc


Comments

No comments written yet.

Please login to write comment.