Color Hex Logo

#a007dd Color Hex

#A007DD
(160,7,221)
0 Favorites   0 Comments

Color spaces of #a007dd

RGB 1607221
HSL0.790.940.45
HSV283°97°87°
CMYK 0.280.970.00   0.13
XYZ27.624312.846069.4302
Yxy12.84600.25140.1169
Hunter Lab35.841374.8546-89.7650
CIE-Lab42.530378.9122-71.2301

#a007dd color RGB value is (160,7,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 11011101
Octal 240 7 335
Decimal 160 7 221
Hex A0 7 DD

RGB Percentages of Color #a007dd

%41.24
%1.80
%56.96

CMYK Percentages of Color #a007dd

%28
%97
%0
%13

Triadic Colors of #a007dd

#a007dd #dda007 #07dda0

Analogous Colors of #a007dd

#a007dd #dd07af #3507dd

Monochromatic Colors of #a007dd

#a007dd

Complementary Color

#a007dd #44dd07

#a007dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a007dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a007dd Color CSS Codes

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

#a007dd Text Font Color

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

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


#a007dd Background Color

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

This div background color is #a007dd


#a007dd Border Color

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

This div border color is #a007dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a007dd


Comments

No comments written yet.

Please login to write comment.