Color Hex Logo

#a694cf Color Hex

#A694CF
(166,148,207)
0 Favorites   0 Comments

Color spaces of #a694cf

RGB 166148207
HSL0.720.380.70
HSV258°29°81°
CMYK 0.200.290.00   0.19
XYZ37.578333.791863.5734
Yxy33.79180.27850.2504
Hunter Lab58.130713.6617-24.1497
CIE-Lab64.797018.7120-27.8559

#a694cf color RGB value is (166,148,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010100 11001111
Octal 246 224 317
Decimal 166 148 207
Hex A6 94 CF

RGB Percentages of Color #a694cf

%31.86
%28.41
%39.73

CMYK Percentages of Color #a694cf

%20
%29
%0
%19

Triadic Colors of #a694cf

#a694cf #cfa694 #94cfa6

Analogous Colors of #a694cf

#a694cf #c494cf #94a0cf

Monochromatic Colors of #a694cf

#a694cf

Complementary Color

#a694cf #bdcf94

#a694cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a694cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a694cf Color CSS Codes

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

#a694cf Text Font Color

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

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


#a694cf Background Color

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

This div background color is #a694cf


#a694cf Border Color

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

This div border color is #a694cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a694cf


Comments

No comments written yet.

Please login to write comment.