Color Hex Logo

#a508dd Color Hex

#A508DD
(165,8,221)
0 Favorites   0 Comments

Color spaces of #a508dd

RGB 1658221
HSL0.790.930.45
HSV284°96°87°
CMYK 0.250.960.00   0.13
XYZ28.655013.393569.4815
Yxy13.39350.25690.1201
Hunter Lab36.597175.7178-86.9471
CIE-Lab43.350379.4468-69.8587

#a508dd color RGB value is (165,8,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001000 11011101
Octal 245 10 335
Decimal 165 8 221
Hex A5 8 DD

RGB Percentages of Color #a508dd

%41.88
%2.03
%56.09

CMYK Percentages of Color #a508dd

%25
%96
%0
%13

Triadic Colors of #a508dd

#a508dd #dda508 #08dda5

Analogous Colors of #a508dd

#a508dd #dd08ab #3b08dd

Monochromatic Colors of #a508dd

#a508dd

Complementary Color

#a508dd #40dd08

#a508dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a508dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a508dd Color CSS Codes

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

#a508dd Text Font Color

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

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


#a508dd Background Color

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

This div background color is #a508dd


#a508dd Border Color

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

This div border color is #a508dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a508dd


Comments

No comments written yet.

Please login to write comment.