Color Hex Logo

#a673db Color Hex

#A673DB
(166,115,219)
0 Favorites   0 Comments

Color spaces of #a673db

RGB 166115219
HSL0.750.590.65
HSV269°47°86°
CMYK 0.240.470.00   0.14
XYZ34.642825.482970.1107
Yxy25.48290.26600.1957
Hunter Lab50.480634.1563-47.0094
CIE-Lab57.542940.1635-45.9068

#a673db color RGB value is (166,115,219).

#a673db hex color red value is 166, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a673db hue: 0.75 , saturation: 0.59 and the lightness value of a673db is 0.65.

The process color (four color CMYK) of #a673db color hex is 0.24, 0.47, 0.00, 0.14. Web safe color of #a673db is #9966cc. Color #a673db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110011 11011011
Octal 246 163 333
Decimal 166 115 219
Hex A6 73 DB

RGB Percentages of Color #a673db

%33.20
%23.00
%43.80

CMYK Percentages of Color #a673db

%24
%47
%0
%14

Triadic Colors of #a673db

#a673db #dba673 #73dba6

Analogous Colors of #a673db

#a673db #da73db #7374db

Monochromatic Colors of #a673db

#a673db

Complementary Color

#a673db #a8db73

#a673db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a673db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a673db Color CSS Codes

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

#a673db Text Font Color

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

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


#a673db Background Color

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

This div background color is #a673db


#a673db Border Color

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

This div border color is #a673db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a673db


Comments

No comments written yet.

Please login to write comment.