Color Hex Logo

#a307dd Color Hex

#A307DD
(163,7,221)
0 Favorites   0 Comments

Color spaces of #a307dd

RGB 1637221
HSL0.790.940.45
HSV284°97°87°
CMYK 0.260.970.00   0.13
XYZ28.231413.158969.4586
Yxy13.15890.25470.1187
Hunter Lab36.275275.4371-88.1340
CIE-Lab43.001779.2890-70.4408

#a307dd color RGB value is (163,7,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 11011101
Octal 243 7 335
Decimal 163 7 221
Hex A3 7 DD

RGB Percentages of Color #a307dd

%41.69
%1.79
%56.52

CMYK Percentages of Color #a307dd

%26
%97
%0
%13

Triadic Colors of #a307dd

#a307dd #dda307 #07dda3

Analogous Colors of #a307dd

#a307dd #dd07ac #3807dd

Monochromatic Colors of #a307dd

#a307dd

Complementary Color

#a307dd #41dd07

#a307dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307dd Color CSS Codes

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

#a307dd Text Font Color

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

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


#a307dd Background Color

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

This div background color is #a307dd


#a307dd Border Color

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

This div border color is #a307dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307dd


Comments

No comments written yet.

Please login to write comment.