Color Hex Logo

#a249ef Color Hex

#A249EF
(162,73,239)
0 Favorites   0 Comments

Color spaces of #a249ef

RGB 16273239
HSL0.760.840.61
HSV272°69°94°
CMYK 0.320.690.00   0.06
XYZ32.862818.678583.5346
Yxy18.67850.24330.1383
Hunter Lab43.218660.0961-84.3449
CIE-Lab50.308965.1196-68.7646

#a249ef color RGB value is (162,73,239).

#a249ef hex color red value is 162, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a249ef hue: 0.76 , saturation: 0.84 and the lightness value of a249ef is 0.61.

The process color (four color CMYK) of #a249ef color hex is 0.32, 0.69, 0.00, 0.06. Web safe color of #a249ef is #9933ff. Color #a249ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001001 11101111
Octal 242 111 357
Decimal 162 73 239
Hex A2 49 EF

RGB Percentages of Color #a249ef

%34.18
%15.40
%50.42

CMYK Percentages of Color #a249ef

%32
%69
%0
%6

Triadic Colors of #a249ef

#a249ef #efa249 #49efa2

Analogous Colors of #a249ef

#a249ef #ef49e9 #4f49ef

Monochromatic Colors of #a249ef

#a249ef

Complementary Color

#a249ef #96ef49

#a249ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a249ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a249ef Color CSS Codes

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

#a249ef Text Font Color

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

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


#a249ef Background Color

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

This div background color is #a249ef


#a249ef Border Color

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

This div border color is #a249ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a249ef


Comments

No comments written yet.

Please login to write comment.