Color Hex Logo

#a681cd Color Hex

#A681CD
(166,129,205)
0 Favorites   0 Comments

Color spaces of #a681cd

RGB 166129205
HSL0.750.430.65
HSV269°37°80°
CMYK 0.190.370.00   0.20
XYZ34.595628.215361.3803
Yxy28.21530.27860.2272
Hunter Lab53.118123.2997-31.3296
CIE-Lab60.082829.0538-34.0392

#a681cd color RGB value is (166,129,205).

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

The process color (four color CMYK) of #a681cd color hex is 0.19, 0.37, 0.00, 0.20. Web safe color of #a681cd is #9999cc. Color #a681cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 11001101
Octal 246 201 315
Decimal 166 129 205
Hex A6 81 CD

RGB Percentages of Color #a681cd

%33.20
%25.80
%41.00

CMYK Percentages of Color #a681cd

%19
%37
%0
%20

Triadic Colors of #a681cd

#a681cd #cda681 #81cda6

Analogous Colors of #a681cd

#a681cd #cc81cd #8182cd

Monochromatic Colors of #a681cd

#a681cd

Complementary Color

#a681cd #a8cd81

#a681cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681cd Color CSS Codes

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

#a681cd Text Font Color

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

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


#a681cd Background Color

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

This div background color is #a681cd


#a681cd Border Color

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

This div border color is #a681cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681cd


Comments

No comments written yet.

Please login to write comment.