Color Hex Logo

#a961ec Color Hex

#A961EC
(169,97,236)
0 Favorites   0 Comments

Color spaces of #a961ec

RGB 16997236
HSL0.750.790.65
HSV271°59°93°
CMYK 0.280.590.00   0.07
XYZ35.777223.040581.9185
Yxy23.04050.25420.1637
Hunter Lab48.000549.0441-67.5850
CIE-Lab55.114054.4896-59.2915

#a961ec color RGB value is (169,97,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100001 11101100
Octal 251 141 354
Decimal 169 97 236
Hex A9 61 EC

RGB Percentages of Color #a961ec

%33.67
%19.32
%47.01

CMYK Percentages of Color #a961ec

%28
%59
%0
%7

Triadic Colors of #a961ec

#a961ec #eca961 #61eca9

Analogous Colors of #a961ec

#a961ec #ec61ea #6361ec

Monochromatic Colors of #a961ec

#a961ec

Complementary Color

#a961ec #a4ec61

#a961ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a961ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a961ec Color CSS Codes

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

#a961ec Text Font Color

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

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


#a961ec Background Color

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

This div background color is #a961ec


#a961ec Border Color

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

This div border color is #a961ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a961ec


Comments

No comments written yet.

Please login to write comment.