Color Hex Logo

#a965ea Color Hex

#A965EA
(169,101,234)
0 Favorites   0 Comments

Color spaces of #a965ea

RGB 169101234
HSL0.750.760.66
HSV271°57°92°
CMYK 0.280.570.00   0.08
XYZ35.867123.682980.5228
Yxy23.68290.25610.1691
Hunter Lab48.665146.3940-64.0376
CIE-Lab55.768951.9690-57.1235

#a965ea color RGB value is (169,101,234).

#a965ea hex color red value is 169, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a965ea hue: 0.75 , saturation: 0.76 and the lightness value of a965ea is 0.66.

The process color (four color CMYK) of #a965ea color hex is 0.28, 0.57, 0.00, 0.08. Web safe color of #a965ea is #9966ff. Color #a965ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 11101010
Octal 251 145 352
Decimal 169 101 234
Hex A9 65 EA

RGB Percentages of Color #a965ea

%33.53
%20.04
%46.43

CMYK Percentages of Color #a965ea

%28
%57
%0
%8

Triadic Colors of #a965ea

#a965ea #eaa965 #65eaa9

Analogous Colors of #a965ea

#a965ea #ea65e9 #6765ea

Monochromatic Colors of #a965ea

#a965ea

Complementary Color

#a965ea #a6ea65

#a965ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965ea Color CSS Codes

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

#a965ea Text Font Color

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

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


#a965ea Background Color

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

This div background color is #a965ea


#a965ea Border Color

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

This div border color is #a965ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965ea


Comments

No comments written yet.

Please login to write comment.