Color Hex Logo

#a307df Color Hex

#A307DF
(163,7,223)
0 Favorites   0 Comments

Color spaces of #a307df

RGB 1637223
HSL0.790.940.45
HSV283°97°87°
CMYK 0.270.970.00   0.13
XYZ28.499513.266270.8706
Yxy13.26620.25300.1178
Hunter Lab36.422875.9298-89.8691
CIE-Lab43.161679.6523-71.3238

#a307df color RGB value is (163,7,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 11011111
Octal 243 7 337
Decimal 163 7 223
Hex A3 7 DF

RGB Percentages of Color #a307df

%41.48
%1.78
%56.74

CMYK Percentages of Color #a307df

%27
%97
%0
%13

Triadic Colors of #a307df

#a307df #dfa307 #07dfa3

Analogous Colors of #a307df

#a307df #df07af #3707df

Monochromatic Colors of #a307df

#a307df

Complementary Color

#a307df #43df07

#a307df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307df Color CSS Codes

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

#a307df Text Font Color

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

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


#a307df Background Color

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

This div background color is #a307df


#a307df Border Color

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

This div border color is #a307df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,7,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307df


Comments

No comments written yet.

Please login to write comment.