Color Hex Logo

#a969ec Color Hex

#A969EC
(169,105,236)
0 Favorites   0 Comments

Color spaces of #a969ec

RGB 169105236
HSL0.750.780.67
HSV269°56°93°
CMYK 0.280.560.00   0.07
XYZ36.554124.594382.1774
Yxy24.59430.25500.1716
Hunter Lab49.592644.7829-63.5315
CIE-Lab56.678050.3429-56.7865

#a969ec color RGB value is (169,105,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 11101100
Octal 251 151 354
Decimal 169 105 236
Hex A9 69 EC

RGB Percentages of Color #a969ec

%33.14
%20.59
%46.27

CMYK Percentages of Color #a969ec

%28
%56
%0
%7

Triadic Colors of #a969ec

#a969ec #eca969 #69eca9

Analogous Colors of #a969ec

#a969ec #eb69ec #696bec

Monochromatic Colors of #a969ec

#a969ec

Complementary Color

#a969ec #acec69

#a969ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969ec Color CSS Codes

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

#a969ec Text Font Color

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

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


#a969ec Background Color

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

This div background color is #a969ec


#a969ec Border Color

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

This div border color is #a969ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969ec


Comments

No comments written yet.

Please login to write comment.