Color Hex Logo

#a69ecf Color Hex

#A69ECF
(166,158,207)
0 Favorites   0 Comments

Color spaces of #a69ecf

RGB 166158207
HSL0.690.340.72
HSV250°24°81°
CMYK 0.200.240.00   0.19
XYZ39.215237.065764.1190
Yxy37.06570.27930.2640
Hunter Lab60.88168.4330-19.8256
CIE-Lab67.326313.0626-23.9719

#a69ecf color RGB value is (166,158,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011110 11001111
Octal 246 236 317
Decimal 166 158 207
Hex A6 9E CF

RGB Percentages of Color #a69ecf

%31.26
%29.76
%38.98

CMYK Percentages of Color #a69ecf

%20
%24
%0
%19

Triadic Colors of #a69ecf

#a69ecf #cfa69e #9ecfa6

Analogous Colors of #a69ecf

#a69ecf #bf9ecf #9eafcf

Monochromatic Colors of #a69ecf

#a69ecf

Complementary Color

#a69ecf #c7cf9e

#a69ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69ecf Color CSS Codes

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

#a69ecf Text Font Color

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

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


#a69ecf Background Color

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

This div background color is #a69ecf


#a69ecf Border Color

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

This div border color is #a69ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,158,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 #a69ecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69ecf


Comments

No comments written yet.

Please login to write comment.