Color Hex Logo

#a675db Color Hex

#A675DB
(166,117,219)
0 Favorites   0 Comments

Color spaces of #a675db

RGB 166117219
HSL0.750.590.66
HSV269°47°86°
CMYK 0.240.470.00   0.14
XYZ34.873425.944070.1875
Yxy25.94400.26620.1980
Hunter Lab50.935333.0754-46.0455
CIE-Lab57.983939.0537-45.2096

#a675db color RGB value is (166,117,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11011011
Octal 246 165 333
Decimal 166 117 219
Hex A6 75 DB

RGB Percentages of Color #a675db

%33.07
%23.31
%43.63

CMYK Percentages of Color #a675db

%24
%47
%0
%14

Triadic Colors of #a675db

#a675db #dba675 #75dba6

Analogous Colors of #a675db

#a675db #d975db #7577db

Monochromatic Colors of #a675db

#a675db

Complementary Color

#a675db #aadb75

#a675db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675db Color CSS Codes

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

#a675db Text Font Color

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

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


#a675db Background Color

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

This div background color is #a675db


#a675db Border Color

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

This div border color is #a675db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675db


Comments

No comments written yet.

Please login to write comment.