Color Hex Logo

#a968dc Color Hex

#A968DC
(169,104,220)
0 Favorites   0 Comments

Color spaces of #a968dc

RGB 169104220
HSL0.760.620.64
HSV274°53°86°
CMYK 0.230.530.00   0.14
XYZ34.230823.503070.4425
Yxy23.50300.26710.1834
Hunter Lab48.479941.1959-52.2139
CIE-Lab55.586747.1740-49.5516

#a968dc color RGB value is (169,104,220).

#a968dc hex color red value is 169, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a968dc hue: 0.76 , saturation: 0.62 and the lightness value of a968dc is 0.64.

The process color (four color CMYK) of #a968dc color hex is 0.23, 0.53, 0.00, 0.14. Web safe color of #a968dc is #9966cc. Color #a968dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 11011100
Octal 251 150 334
Decimal 169 104 220
Hex A9 68 DC

RGB Percentages of Color #a968dc

%34.28
%21.10
%44.62

CMYK Percentages of Color #a968dc

%23
%53
%0
%14

Triadic Colors of #a968dc

#a968dc #dca968 #68dca9

Analogous Colors of #a968dc

#a968dc #dc68d5 #6f68dc

Monochromatic Colors of #a968dc

#a968dc

Complementary Color

#a968dc #9bdc68

#a968dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968dc Color CSS Codes

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

#a968dc Text Font Color

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

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


#a968dc Background Color

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

This div background color is #a968dc


#a968dc Border Color

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

This div border color is #a968dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968dc


Comments

No comments written yet.

Please login to write comment.