Color Hex Logo

#a691ee Color Hex

#A691EE
(166,145,238)
0 Favorites   0 Comments

Color spaces of #a691ee

RGB 166145238
HSL0.700.730.75
HSV254°39°93°
CMYK 0.300.390.00   0.07
XYZ41.283934.530885.3781
Yxy34.53080.25610.2142
Hunter Lab58.762922.5701-45.0099
CIE-Lab65.381727.8779-44.1141

#a691ee color RGB value is (166,145,238).

#a691ee hex color red value is 166, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a691ee hue: 0.70 , saturation: 0.73 and the lightness value of a691ee is 0.75.

The process color (four color CMYK) of #a691ee color hex is 0.30, 0.39, 0.00, 0.07. Web safe color of #a691ee is #9999ff. Color #a691ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 11101110
Octal 246 221 356
Decimal 166 145 238
Hex A6 91 EE

RGB Percentages of Color #a691ee

%30.24
%26.41
%43.35

CMYK Percentages of Color #a691ee

%30
%39
%0
%7

Triadic Colors of #a691ee

#a691ee #eea691 #91eea6

Analogous Colors of #a691ee

#a691ee #d591ee #91abee

Monochromatic Colors of #a691ee

#a691ee

Complementary Color

#a691ee #d9ee91

#a691ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691ee Color CSS Codes

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

#a691ee Text Font Color

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

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


#a691ee Background Color

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

This div background color is #a691ee


#a691ee Border Color

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

This div border color is #a691ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a691ee


Comments

No comments written yet.

Please login to write comment.