Color Hex Logo

#a683da Color Hex

#A683DA
(166,131,218)
0 Favorites   0 Comments

Color spaces of #a683da

RGB 166131218
HSL0.730.540.68
HSV264°40°85°
CMYK 0.240.400.00   0.15
XYZ36.497129.401570.0811
Yxy29.40150.26840.2162
Hunter Lab54.223225.2562-38.6736
CIE-Lab61.134330.9453-39.6904

#a683da color RGB value is (166,131,218).

#a683da hex color red value is 166, green value is 131 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a683da hue: 0.73 , saturation: 0.54 and the lightness value of a683da is 0.68.

The process color (four color CMYK) of #a683da color hex is 0.24, 0.40, 0.00, 0.15. Web safe color of #a683da is #9999cc. Color #a683da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000011 11011010
Octal 246 203 332
Decimal 166 131 218
Hex A6 83 DA

RGB Percentages of Color #a683da

%32.23
%25.44
%42.33

CMYK Percentages of Color #a683da

%24
%40
%0
%15

Triadic Colors of #a683da

#a683da #daa683 #83daa6

Analogous Colors of #a683da

#a683da #d283da #838cda

Monochromatic Colors of #a683da

#a683da

Complementary Color

#a683da #b7da83

#a683da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a683da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a683da Color CSS Codes

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

#a683da Text Font Color

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

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


#a683da Background Color

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

This div background color is #a683da


#a683da Border Color

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

This div border color is #a683da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a683da


Comments

No comments written yet.

Please login to write comment.