Color Hex Logo

#a00dff Color Hex

#A00DFF
(160,13,255)
0 Favorites   0 Comments

Color spaces of #a00dff

RGB 16013255
HSL0.771.000.53
HSV276°95°100°
CMYK 0.370.950.00   0.00
XYZ32.691114.981495.7764
Yxy14.98140.22790.1044
Hunter Lab38.705883.0267-119.6173
CIE-Lab45.608784.7669-85.4078

#a00dff color RGB value is (160,13,255).

#a00dff hex color red value is 160, green value is 13 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a00dff hue: 0.77 , saturation: 1.00 and the lightness value of a00dff is 0.53.

The process color (four color CMYK) of #a00dff color hex is 0.37, 0.95, 0.00, 0.00. Web safe color of #a00dff is #9900ff. Color #a00dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001101 11111111
Octal 240 15 377
Decimal 160 13 255
Hex A0 D FF

RGB Percentages of Color #a00dff

%37.38
%3.04
%59.58

CMYK Percentages of Color #a00dff

%37
%95
%0
%0

Triadic Colors of #a00dff

#a00dff #ffa00d #0dffa0

Analogous Colors of #a00dff

#a00dff #ff0de5 #270dff

Monochromatic Colors of #a00dff

#a00dff

Complementary Color

#a00dff #6cff0d

#a00dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00dff Color CSS Codes

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

#a00dff Text Font Color

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

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


#a00dff Background Color

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

This div background color is #a00dff


#a00dff Border Color

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

This div border color is #a00dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,13,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00dff


Comments

No comments written yet.

Please login to write comment.