Color Hex Logo

#a607dd Color Hex

#A607DD
(166,7,221)
0 Favorites   0 Comments

Color spaces of #a607dd

RGB 1667221
HSL0.790.940.45
HSV285°97°87°
CMYK 0.250.970.00   0.13
XYZ28.853013.479469.4877
Yxy13.47940.25800.1205
Hunter Lab36.714376.0294-86.5158
CIE-Lab43.476979.6715-69.6455

#a607dd color RGB value is (166,7,221).

#a607dd hex color red value is 166, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a607dd hue: 0.79 , saturation: 0.94 and the lightness value of a607dd is 0.45.

The process color (four color CMYK) of #a607dd color hex is 0.25, 0.97, 0.00, 0.13. Web safe color of #a607dd is #9900cc. Color #a607dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00000111 11011101
Octal 246 7 335
Decimal 166 7 221
Hex A6 7 DD

RGB Percentages of Color #a607dd

%42.13
%1.78
%56.09

CMYK Percentages of Color #a607dd

%25
%97
%0
%13

Triadic Colors of #a607dd

#a607dd #dda607 #07dda6

Analogous Colors of #a607dd

#a607dd #dd07a9 #3b07dd

Monochromatic Colors of #a607dd

#a607dd

Complementary Color

#a607dd #3edd07

#a607dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a607dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a607dd Color CSS Codes

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

#a607dd Text Font Color

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

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


#a607dd Background Color

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

This div background color is #a607dd


#a607dd Border Color

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

This div border color is #a607dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a607dd


Comments

No comments written yet.

Please login to write comment.