Color Hex Logo

#a308dd Color Hex

#A308DD
(163,8,221)
0 Favorites   0 Comments

Color spaces of #a308dd

RGB 1638221
HSL0.790.930.45
HSV284°96°87°
CMYK 0.260.960.00   0.13
XYZ28.242213.180769.4622
Yxy13.18070.25470.1189
Hunter Lab36.305275.3228-88.0249
CIE-Lab43.034379.1911-70.3876

#a308dd color RGB value is (163,8,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00001000 11011101
Octal 243 10 335
Decimal 163 8 221
Hex A3 8 DD

RGB Percentages of Color #a308dd

%41.58
%2.04
%56.38

CMYK Percentages of Color #a308dd

%26
%96
%0
%13

Triadic Colors of #a308dd

#a308dd #dda308 #08dda3

Analogous Colors of #a308dd

#a308dd #dd08ad #3808dd

Monochromatic Colors of #a308dd

#a308dd

Complementary Color

#a308dd #42dd08

#a308dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a308dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a308dd Color CSS Codes

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

#a308dd Text Font Color

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

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


#a308dd Background Color

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

This div background color is #a308dd


#a308dd Border Color

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

This div border color is #a308dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a308dd


Comments

No comments written yet.

Please login to write comment.