Color Hex Logo

#a307ff Color Hex

#A307FF
(163,7,255)
0 Favorites   0 Comments

Color spaces of #a307ff

RGB 1637255
HSL0.771.000.51
HSV278°97°100°
CMYK 0.360.970.00   0.00
XYZ33.230215.158595.7822
Yxy15.15850.23050.1051
Hunter Lab38.933984.2159-118.6069
CIE-Lab45.850585.6398-84.9947

#a307ff color RGB value is (163,7,255).

#a307ff hex color red value is 163, green value is 7 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a307ff hue: 0.77 , saturation: 1.00 and the lightness value of a307ff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 11111111
Octal 243 7 377
Decimal 163 7 255
Hex A3 7 FF

RGB Percentages of Color #a307ff

%38.35
%1.65
%60.00

CMYK Percentages of Color #a307ff

%36
%97
%0
%0

Triadic Colors of #a307ff

#a307ff #ffa307 #07ffa3

Analogous Colors of #a307ff

#a307ff #ff07df #2707ff

Monochromatic Colors of #a307ff

#a307ff

Complementary Color

#a307ff #63ff07

#a307ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307ff Color CSS Codes

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

#a307ff Text Font Color

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

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


#a307ff Background Color

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

This div background color is #a307ff


#a307ff Border Color

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

This div border color is #a307ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307ff


Comments

No comments written yet.

Please login to write comment.