Color Hex Logo

#a675dd Color Hex

#A675DD
(166,117,221)
0 Favorites   0 Comments

Color spaces of #a675dd

RGB 166117221
HSL0.750.600.66
HSV268°47°87°
CMYK 0.250.470.00   0.13
XYZ35.138326.050071.5828
Yxy26.05000.26470.1962
Hunter Lab51.039233.5710-47.4272
CIE-Lab58.084539.5241-46.1735

#a675dd color RGB value is (166,117,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110101 11011101
Octal 246 165 335
Decimal 166 117 221
Hex A6 75 DD

RGB Percentages of Color #a675dd

%32.94
%23.21
%43.85

CMYK Percentages of Color #a675dd

%25
%47
%0
%13

Triadic Colors of #a675dd

#a675dd #dda675 #75dda6

Analogous Colors of #a675dd

#a675dd #da75dd #7578dd

Monochromatic Colors of #a675dd

#a675dd

Complementary Color

#a675dd #acdd75

#a675dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a675dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a675dd Color CSS Codes

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

#a675dd Text Font Color

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

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


#a675dd Background Color

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

This div background color is #a675dd


#a675dd Border Color

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

This div border color is #a675dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a675dd


Comments

No comments written yet.

Please login to write comment.