Color Hex Logo

#a671dd Color Hex

#A671DD
(166,113,221)
0 Favorites   0 Comments

Color spaces of #a671dd

RGB 166113221
HSL0.750.610.65
HSV269°49°87°
CMYK 0.250.490.00   0.13
XYZ34.682225.137771.4307
Yxy25.13770.26420.1915
Hunter Lab50.137535.7352-49.3740
CIE-Lab57.209341.7368-47.5591

#a671dd color RGB value is (166,113,221).

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

The process color (four color CMYK) of #a671dd color hex is 0.25, 0.49, 0.00, 0.13. Web safe color of #a671dd is #9966cc. Color #a671dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 11011101
Octal 246 161 335
Decimal 166 113 221
Hex A6 71 DD

RGB Percentages of Color #a671dd

%33.20
%22.60
%44.20

CMYK Percentages of Color #a671dd

%25
%49
%0
%13

Triadic Colors of #a671dd

#a671dd #dda671 #71dda6

Analogous Colors of #a671dd

#a671dd #dc71dd #7172dd

Monochromatic Colors of #a671dd

#a671dd

Complementary Color

#a671dd #a8dd71

#a671dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a671dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a671dd Color CSS Codes

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

#a671dd Text Font Color

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

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


#a671dd Background Color

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

This div background color is #a671dd


#a671dd Border Color

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

This div border color is #a671dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a671dd


Comments

No comments written yet.

Please login to write comment.