Color Hex Logo

#a683fa Color Hex

#A683FA
(166,131,250)
0 Favorites   0 Comments

Color spaces of #a683fa

RGB 166131250
HSL0.720.920.75
HSV258°48°98°
CMYK 0.340.480.00   0.02
XYZ41.097531.241794.3067
Yxy31.24170.24660.1875
Hunter Lab55.894333.4311-60.9101
CIE-Lab62.711138.8183-54.9356

#a683fa color RGB value is (166,131,250).

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

The process color (four color CMYK) of #a683fa color hex is 0.34, 0.48, 0.00, 0.02. Web safe color of #a683fa is #9999ff. Color #a683fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 11111010
Octal 246 203 372
Decimal 166 131 250
Hex A6 83 FA

RGB Percentages of Color #a683fa

%30.35
%23.95
%45.70

CMYK Percentages of Color #a683fa

%34
%48
%0
%2

Triadic Colors of #a683fa

#a683fa #faa683 #83faa6

Analogous Colors of #a683fa

#a683fa #e283fa #839cfa

Monochromatic Colors of #a683fa

#a683fa

Complementary Color

#a683fa #d7fa83

#a683fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a683fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a683fa Color CSS Codes

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

#a683fa Text Font Color

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

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


#a683fa Background Color

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

This div background color is #a683fa


#a683fa Border Color

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

This div border color is #a683fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a683fa


Comments

No comments written yet.

Please login to write comment.