Color Hex Logo

#a691fe Color Hex

#A691FE
(166,145,254)
0 Favorites   0 Comments

Color spaces of #a691fe

RGB 166145254
HSL0.700.980.78
HSV252°43°100°
CMYK 0.350.430.00   0.00
XYZ43.740735.513598.3153
Yxy35.51350.24630.2000
Hunter Lab59.593226.7288-56.0998
CIE-Lab66.146531.9485-51.6763

#a691fe color RGB value is (166,145,254).

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

The process color (four color CMYK) of #a691fe color hex is 0.35, 0.43, 0.00, 0.00. Web safe color of #a691fe is #9999ff. Color #a691fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010001 11111110
Octal 246 221 376
Decimal 166 145 254
Hex A6 91 FE

RGB Percentages of Color #a691fe

%29.38
%25.66
%44.96

CMYK Percentages of Color #a691fe

%35
%43
%0
%0

Triadic Colors of #a691fe

#a691fe #fea691 #91fea6

Analogous Colors of #a691fe

#a691fe #dd91fe #91b3fe

Monochromatic Colors of #a691fe

#a691fe

Complementary Color

#a691fe #e9fe91

#a691fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a691fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a691fe Color CSS Codes

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

#a691fe Text Font Color

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

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


#a691fe Background Color

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

This div background color is #a691fe


#a691fe Border Color

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

This div border color is #a691fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a691fe

Related Colors


Comments

No comments written yet.

Please login to write comment.