Color Hex Logo

#a693db Color Hex

#A693DB
(166,147,219)
0 Favorites   0 Comments

Color spaces of #a693db

RGB 166147219
HSL0.710.500.72
HSV256°33°86°
CMYK 0.240.330.00   0.14
XYZ38.945834.088971.5450
Yxy34.08890.26940.2358
Hunter Lab58.385716.8923-31.7831
CIE-Lab65.033122.0929-34.1625

#a693db color RGB value is (166,147,219).

#a693db hex color red value is 166, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a693db hue: 0.71 , saturation: 0.50 and the lightness value of a693db is 0.72.

The process color (four color CMYK) of #a693db color hex is 0.24, 0.33, 0.00, 0.14. Web safe color of #a693db is #9999cc. Color #a693db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10010011 11011011
Octal 246 223 333
Decimal 166 147 219
Hex A6 93 DB

RGB Percentages of Color #a693db

%31.20
%27.63
%41.17

CMYK Percentages of Color #a693db

%24
%33
%0
%14

Triadic Colors of #a693db

#a693db #dba693 #93dba6

Analogous Colors of #a693db

#a693db #ca93db #93a4db

Monochromatic Colors of #a693db

#a693db

Complementary Color

#a693db #c8db93

#a693db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a693db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a693db Color CSS Codes

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

#a693db Text Font Color

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

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


#a693db Background Color

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

This div background color is #a693db


#a693db Border Color

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

This div border color is #a693db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a693db


Comments

No comments written yet.

Please login to write comment.