Color Hex Logo

#a694fc Color Hex

#A694FC
(166,148,252)
0 Favorites   0 Comments

Color spaces of #a694fc

RGB 166148252
HSL0.700.950.78
HSV250°41°99°
CMYK 0.340.410.00   0.01
XYZ43.886536.315196.7919
Yxy36.31510.24800.2052
Hunter Lab60.262024.5362-53.0473
CIE-Lab66.760029.7326-49.6150

#a694fc color RGB value is (166,148,252).

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

The process color (four color CMYK) of #a694fc color hex is 0.34, 0.41, 0.00, 0.01. Web safe color of #a694fc is #9999ff. Color #a694fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 11111100
Octal 246 224 374
Decimal 166 148 252
Hex A6 94 FC

RGB Percentages of Color #a694fc

%29.33
%26.15
%44.52

CMYK Percentages of Color #a694fc

%34
%41
%0
%1

Triadic Colors of #a694fc

#a694fc #fca694 #94fca6

Analogous Colors of #a694fc

#a694fc #da94fc #94b6fc

Monochromatic Colors of #a694fc

#a694fc

Complementary Color

#a694fc #eafc94

#a694fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a694fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a694fc Color CSS Codes

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

#a694fc Text Font Color

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

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


#a694fc Background Color

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

This div background color is #a694fc


#a694fc Border Color

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

This div border color is #a694fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a694fc

Related Colors


Comments

No comments written yet.

Please login to write comment.