Color Hex Logo

#a307f5 Color Hex

#A307F5
(163,7,245)
0 Favorites   0 Comments

Color spaces of #a307f5

RGB 1637245
HSL0.780.940.49
HSV279°97°96°
CMYK 0.330.970.00   0.04
XYZ31.661714.531187.5222
Yxy14.53110.23680.1087
Hunter Lab38.119781.5503-109.4452
CIE-Lab44.985283.7383-80.8117

#a307f5 color RGB value is (163,7,245).

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

The process color (four color CMYK) of #a307f5 color hex is 0.33, 0.97, 0.00, 0.04. Web safe color of #a307f5 is #9900ff. Color #a307f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 11110101
Octal 243 7 365
Decimal 163 7 245
Hex A3 7 F5

RGB Percentages of Color #a307f5

%39.28
%1.69
%59.04

CMYK Percentages of Color #a307f5

%33
%97
%0
%4

Triadic Colors of #a307f5

#a307f5 #f5a307 #07f5a3

Analogous Colors of #a307f5

#a307f5 #f507d0 #2c07f5

Monochromatic Colors of #a307f5

#a307f5

Complementary Color

#a307f5 #59f507

#a307f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307f5 Color CSS Codes

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

#a307f5 Text Font Color

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

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


#a307f5 Background Color

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

This div background color is #a307f5


#a307f5 Border Color

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

This div border color is #a307f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307f5


Comments

No comments written yet.

Please login to write comment.