Color Hex Logo

#a315fb Color Hex

#A315FB
(163,21,251)
0 Favorites   0 Comments

Color spaces of #a315fb

RGB 16321251
HSL0.770.970.53
HSV277°92°98°
CMYK 0.350.920.00   0.02
XYZ32.785015.287992.4897
Yxy15.28790.23320.1088
Hunter Lab39.099781.2471-112.8795
CIE-Lab46.026083.3033-82.4707

#a315fb color RGB value is (163,21,251).

#a315fb hex color red value is 163, green value is 21 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a315fb hue: 0.77 , saturation: 0.97 and the lightness value of a315fb is 0.53.

The process color (four color CMYK) of #a315fb color hex is 0.35, 0.92, 0.00, 0.02. Web safe color of #a315fb is #9900ff. Color #a315fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 11111011
Octal 243 25 373
Decimal 163 21 251
Hex A3 15 FB

RGB Percentages of Color #a315fb

%37.47
%4.83
%57.70

CMYK Percentages of Color #a315fb

%35
%92
%0
%2

Triadic Colors of #a315fb

#a315fb #fba315 #15fba3

Analogous Colors of #a315fb

#a315fb #fb15e0 #3015fb

Monochromatic Colors of #a315fb

#a315fb

Complementary Color

#a315fb #6dfb15

#a315fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a315fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a315fb Color CSS Codes

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

#a315fb Text Font Color

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

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


#a315fb Background Color

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

This div background color is #a315fb


#a315fb Border Color

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

This div border color is #a315fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a315fb


Comments

No comments written yet.

Please login to write comment.