Color Hex Logo

#a653fa Color Hex

#A653FA
(166,83,250)
0 Favorites   0 Comments

Color spaces of #a653fa

RGB 16683250
HSL0.750.940.65
HSV270°67°98°
CMYK 0.340.670.00   0.02
XYZ36.074521.195692.6323
Yxy21.19560.24070.1414
Hunter Lab46.038759.2994-87.0676
CIE-Lab53.162963.8969-70.2630

#a653fa color RGB value is (166,83,250).

#a653fa hex color red value is 166, green value is 83 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a653fa hue: 0.75 , saturation: 0.94 and the lightness value of a653fa is 0.65.

The process color (four color CMYK) of #a653fa color hex is 0.34, 0.67, 0.00, 0.02. Web safe color of #a653fa is #9966ff. Color #a653fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 11111010
Octal 246 123 372
Decimal 166 83 250
Hex A6 53 FA

RGB Percentages of Color #a653fa

%33.27
%16.63
%50.10

CMYK Percentages of Color #a653fa

%34
%67
%0
%2

Triadic Colors of #a653fa

#a653fa #faa653 #53faa6

Analogous Colors of #a653fa

#a653fa #fa53fa #5353fa

Monochromatic Colors of #a653fa

#a653fa

Complementary Color

#a653fa #a7fa53

#a653fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653fa Color CSS Codes

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

#a653fa Text Font Color

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

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


#a653fa Background Color

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

This div background color is #a653fa


#a653fa Border Color

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

This div border color is #a653fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,83,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653fa

Related Colors


Comments

No comments written yet.

Please login to write comment.