Color Hex Logo

#a681ca Color Hex

#A681CA
(166,129,202)
0 Favorites   0 Comments

Color spaces of #a681ca

RGB 166129202
HSL0.750.410.65
HSV270°36°79°
CMYK 0.180.360.00   0.21
XYZ34.236828.071859.4910
Yxy28.07180.28110.2305
Hunter Lab52.982822.6244-29.4849
CIE-Lab59.953528.3722-32.5491

#a681ca color RGB value is (166,129,202).

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

The process color (four color CMYK) of #a681ca color hex is 0.18, 0.36, 0.00, 0.21. Web safe color of #a681ca is #9999cc. Color #a681ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 11001010
Octal 246 201 312
Decimal 166 129 202
Hex A6 81 CA

RGB Percentages of Color #a681ca

%33.40
%25.96
%40.64

CMYK Percentages of Color #a681ca

%18
%36
%0
%21

Triadic Colors of #a681ca

#a681ca #caa681 #81caa6

Analogous Colors of #a681ca

#a681ca #ca81ca #8281ca

Monochromatic Colors of #a681ca

#a681ca

Complementary Color

#a681ca #a5ca81

#a681ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681ca Color CSS Codes

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

#a681ca Text Font Color

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

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


#a681ca Background Color

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

This div background color is #a681ca


#a681ca Border Color

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

This div border color is #a681ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681ca


Comments

No comments written yet.

Please login to write comment.