Color Hex Logo

#a941ef Color Hex

#A941EF
(169,65,239)
0 Favorites   0 Comments

Color spaces of #a941ef

RGB 16965239
HSL0.770.840.60
HSV276°73°94°
CMYK 0.290.730.00   0.06
XYZ33.832518.447683.4389
Yxy18.44760.24930.1359
Hunter Lab42.950765.4418-85.1153
CIE-Lab50.034669.7206-69.1677

#a941ef color RGB value is (169,65,239).

#a941ef hex color red value is 169, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a941ef hue: 0.77 , saturation: 0.84 and the lightness value of a941ef is 0.60.

The process color (four color CMYK) of #a941ef color hex is 0.29, 0.73, 0.00, 0.06. Web safe color of #a941ef is #9933ff. Color #a941ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 11101111
Octal 251 101 357
Decimal 169 65 239
Hex A9 41 EF

RGB Percentages of Color #a941ef

%35.73
%13.74
%50.53

CMYK Percentages of Color #a941ef

%29
%73
%0
%6

Triadic Colors of #a941ef

#a941ef #efa941 #41efa9

Analogous Colors of #a941ef

#a941ef #ef41de #5241ef

Monochromatic Colors of #a941ef

#a941ef

Complementary Color

#a941ef #87ef41

#a941ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a941ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a941ef Color CSS Codes

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

#a941ef Text Font Color

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

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


#a941ef Background Color

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

This div background color is #a941ef


#a941ef Border Color

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

This div border color is #a941ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a941ef


Comments

No comments written yet.

Please login to write comment.