Color Hex Logo

#a00fde Color Hex

#A00FDE
(160,15,222)
0 Favorites   0 Comments

Color spaces of #a00fde

RGB 16015222
HSL0.780.870.46
HSV282°93°87°
CMYK 0.280.930.00   0.13
XYZ27.852813.089270.1657
Yxy13.08920.25070.1178
Hunter Lab36.179074.1069-89.6620
CIE-Lab42.897378.2408-71.2029

#a00fde color RGB value is (160,15,222).

#a00fde hex color red value is 160, green value is 15 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a00fde hue: 0.78 , saturation: 0.87 and the lightness value of a00fde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001111 11011110
Octal 240 17 336
Decimal 160 15 222
Hex A0 F DE

RGB Percentages of Color #a00fde

%40.30
%3.78
%55.92

CMYK Percentages of Color #a00fde

%28
%93
%0
%13

Triadic Colors of #a00fde

#a00fde #dea00f #0fdea0

Analogous Colors of #a00fde

#a00fde #de0fb5 #380fde

Monochromatic Colors of #a00fde

#a00fde

Complementary Color

#a00fde #4dde0f

#a00fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00fde Color CSS Codes

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

#a00fde Text Font Color

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

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


#a00fde Background Color

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

This div background color is #a00fde


#a00fde Border Color

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

This div border color is #a00fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00fde


Comments

No comments written yet.

Please login to write comment.