Color Hex Logo

#a008ed Color Hex

#A008ED
(160,8,237)
0 Favorites   0 Comments

Color spaces of #a008ed

RGB 1608237
HSL0.780.930.48
HSV280°97°93°
CMYK 0.320.970.00   0.07
XYZ29.870113.761781.2027
Yxy13.76170.23930.1102
Hunter Lab37.096878.8078-103.8147
CIE-Lab43.889281.7972-78.1133

#a008ed color RGB value is (160,8,237).

#a008ed hex color red value is 160, green value is 8 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a008ed hue: 0.78 , saturation: 0.93 and the lightness value of a008ed is 0.48.

The process color (four color CMYK) of #a008ed color hex is 0.32, 0.97, 0.00, 0.07. Web safe color of #a008ed is #9900ff. Color #a008ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001000 11101101
Octal 240 10 355
Decimal 160 8 237
Hex A0 8 ED

RGB Percentages of Color #a008ed

%39.51
%1.98
%58.52

CMYK Percentages of Color #a008ed

%32
%97
%0
%7

Triadic Colors of #a008ed

#a008ed #eda008 #08eda0

Analogous Colors of #a008ed

#a008ed #ed08c8 #2e08ed

Monochromatic Colors of #a008ed

#a008ed

Complementary Color

#a008ed #55ed08

#a008ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a008ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a008ed Color CSS Codes

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

#a008ed Text Font Color

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

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


#a008ed Background Color

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

This div background color is #a008ed


#a008ed Border Color

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

This div border color is #a008ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a008ed


Comments

No comments written yet.

Please login to write comment.