Color Hex Logo

#a968ee Color Hex

#A968EE
(169,104,238)
1 Favorites   0 Comments

Color spaces of #a968ee

RGB 169104238
HSL0.750.800.67
HSV269°56°93°
CMYK 0.290.560.00   0.07
XYZ36.745124.508783.6829
Yxy24.50870.25350.1691
Hunter Lab49.506345.8523-65.5665
CIE-Lab56.593651.3390-58.0373

#a968ee color RGB value is (169,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 11101110
Octal 251 150 356
Decimal 169 104 238
Hex A9 68 EE

RGB Percentages of Color #a968ee

%33.07
%20.35
%46.58

CMYK Percentages of Color #a968ee

%29
%56
%0
%7

Triadic Colors of #a968ee

#a968ee #eea968 #68eea9

Analogous Colors of #a968ee

#a968ee #ec68ee #686aee

Monochromatic Colors of #a968ee

#a968ee

Complementary Color

#a968ee #adee68

#a968ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968ee Color CSS Codes

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

#a968ee Text Font Color

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

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


#a968ee Background Color

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

This div background color is #a968ee


#a968ee Border Color

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

This div border color is #a968ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968ee

#a968ee Color Palettes


Comments

No comments written yet.

Please login to write comment.