Color Hex Logo

#a671db Color Hex

#A671DB
(166,113,219)
0 Favorites   0 Comments

Color spaces of #a671db

RGB 166113219
HSL0.750.600.65
HSV270°48°86°
CMYK 0.240.480.00   0.14
XYZ34.417225.031770.0355
Yxy25.03170.26580.1933
Hunter Lab50.031735.2361-47.9733
CIE-Lab57.106341.2686-46.5978

#a671db color RGB value is (166,113,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 11011011
Octal 246 161 333
Decimal 166 113 219
Hex A6 71 DB

RGB Percentages of Color #a671db

%33.33
%22.69
%43.98

CMYK Percentages of Color #a671db

%24
%48
%0
%14

Triadic Colors of #a671db

#a671db #dba671 #71dba6

Analogous Colors of #a671db

#a671db #db71db #7171db

Monochromatic Colors of #a671db

#a671db

Complementary Color

#a671db #a6db71

#a671db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671db Color CSS Codes

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

#a671db Text Font Color

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

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


#a671db Background Color

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

This div background color is #a671db


#a671db Border Color

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

This div border color is #a671db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671db


Comments

No comments written yet.

Please login to write comment.