Color Hex Logo

#a653ef Color Hex

#A653EF
(166,83,239)
0 Favorites   0 Comments

Color spaces of #a653ef

RGB 16683239
HSL0.760.830.63
HSV272°65°94°
CMYK 0.310.650.00   0.06
XYZ34.399120.525583.8101
Yxy20.52550.24790.1479
Hunter Lab45.305156.2470-77.9673
CIE-Lab52.426261.3789-65.3152

#a653ef color RGB value is (166,83,239).

#a653ef hex color red value is 166, green value is 83 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a653ef hue: 0.76 , saturation: 0.83 and the lightness value of a653ef is 0.63.

The process color (four color CMYK) of #a653ef color hex is 0.31, 0.65, 0.00, 0.06. Web safe color of #a653ef is #9966ff. Color #a653ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 11101111
Octal 246 123 357
Decimal 166 83 239
Hex A6 53 EF

RGB Percentages of Color #a653ef

%34.02
%17.01
%48.98

CMYK Percentages of Color #a653ef

%31
%65
%0
%6

Triadic Colors of #a653ef

#a653ef #efa653 #53efa6

Analogous Colors of #a653ef

#a653ef #ef53ea #5853ef

Monochromatic Colors of #a653ef

#a653ef

Complementary Color

#a653ef #9cef53

#a653ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653ef Color CSS Codes

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

#a653ef Text Font Color

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

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


#a653ef Background Color

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

This div background color is #a653ef


#a653ef Border Color

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

This div border color is #a653ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653ef


Comments

No comments written yet.

Please login to write comment.