Color Hex Logo

#a965ec Color Hex

#A965EC
(169,101,236)
0 Favorites   0 Comments

Color spaces of #a965ec

RGB 169101236
HSL0.750.780.66
HSV270°57°93°
CMYK 0.280.570.00   0.07
XYZ36.156223.798582.0448
Yxy23.79850.25460.1676
Hunter Lab48.783746.9244-65.5658
CIE-Lab55.885552.4347-58.0549

#a965ec color RGB value is (169,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100101 11101100
Octal 251 145 354
Decimal 169 101 236
Hex A9 65 EC

RGB Percentages of Color #a965ec

%33.40
%19.96
%46.64

CMYK Percentages of Color #a965ec

%28
%57
%0
%7

Triadic Colors of #a965ec

#a965ec #eca965 #65eca9

Analogous Colors of #a965ec

#a965ec #ec65ec #6665ec

Monochromatic Colors of #a965ec

#a965ec

Complementary Color

#a965ec #a8ec65

#a965ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a965ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a965ec Color CSS Codes

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

#a965ec Text Font Color

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

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


#a965ec Background Color

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

This div background color is #a965ec


#a965ec Border Color

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

This div border color is #a965ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a965ec


Comments

No comments written yet.

Please login to write comment.