Color Hex Logo

#a968ed Color Hex

#A968ED
(169,104,237)
0 Favorites   0 Comments

Color spaces of #a968ed

RGB 169104237
HSL0.750.790.67
HSV269°56°93°
CMYK 0.290.560.00   0.07
XYZ36.598624.450182.9111
Yxy24.45010.25420.1698
Hunter Lab49.447045.5858-64.8025
CIE-Lab56.535751.1039-57.5722

#a968ed color RGB value is (169,104,237).

#a968ed hex color red value is 169, green value is 104 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a968ed hue: 0.75 , saturation: 0.79 and the lightness value of a968ed is 0.67.

The process color (four color CMYK) of #a968ed color hex is 0.29, 0.56, 0.00, 0.07. Web safe color of #a968ed is #9966ff. Color #a968ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 11101101
Octal 251 150 355
Decimal 169 104 237
Hex A9 68 ED

RGB Percentages of Color #a968ed

%33.14
%20.39
%46.47

CMYK Percentages of Color #a968ed

%29
%56
%0
%7

Triadic Colors of #a968ed

#a968ed #eda968 #68eda9

Analogous Colors of #a968ed

#a968ed #ec68ed #686aed

Monochromatic Colors of #a968ed

#a968ed

Complementary Color

#a968ed #aced68

#a968ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968ed Color CSS Codes

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

#a968ed Text Font Color

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

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


#a968ed Background Color

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

This div background color is #a968ed


#a968ed Border Color

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

This div border color is #a968ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968ed


Comments

No comments written yet.

Please login to write comment.