Color Hex Logo

#a681be Color Hex

#A681BE
(166,129,190)
0 Favorites   0 Comments

Color spaces of #a681be

RGB 166129190
HSL0.770.320.63
HSV276°32°75°
CMYK 0.130.320.00   0.25
XYZ32.870427.525252.2956
Yxy27.52520.29170.2443
Hunter Lab52.464520.0222-22.3740
CIE-Lab59.457325.7139-26.5276

#a681be color RGB value is (166,129,190).

#a681be hex color red value is 166, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a681be hue: 0.77 , saturation: 0.32 and the lightness value of a681be is 0.63.

The process color (four color CMYK) of #a681be color hex is 0.13, 0.32, 0.00, 0.25. Web safe color of #a681be is #9999cc. Color #a681be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000001 10111110
Octal 246 201 276
Decimal 166 129 190
Hex A6 81 BE

RGB Percentages of Color #a681be

%34.23
%26.60
%39.18

CMYK Percentages of Color #a681be

%13
%32
%0
%25

Triadic Colors of #a681be

#a681be #bea681 #81bea6

Analogous Colors of #a681be

#a681be #be81b8 #8881be

Monochromatic Colors of #a681be

#a681be

Complementary Color

#a681be #99be81

#a681be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a681be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a681be Color CSS Codes

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

#a681be Text Font Color

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

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


#a681be Background Color

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

This div background color is #a681be


#a681be Border Color

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

This div border color is #a681be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a681be


Comments

No comments written yet.

Please login to write comment.