Color Hex Logo

#a915fb Color Hex

#A915FB
(169,21,251)
0 Favorites   0 Comments

Color spaces of #a915fb

RGB 16921251
HSL0.770.970.53
HSV279°92°98°
CMYK 0.330.920.00   0.02
XYZ34.042915.936492.5486
Yxy15.93640.23890.1118
Hunter Lab39.920482.3585-109.5093
CIE-Lab46.890984.0037-81.0197

#a915fb color RGB value is (169,21,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010101 11111011
Octal 251 25 373
Decimal 169 21 251
Hex A9 15 FB

RGB Percentages of Color #a915fb

%38.32
%4.76
%56.92

CMYK Percentages of Color #a915fb

%33
%92
%0
%2

Triadic Colors of #a915fb

#a915fb #fba915 #15fba9

Analogous Colors of #a915fb

#a915fb #fb15da #3615fb

Monochromatic Colors of #a915fb

#a915fb

Complementary Color

#a915fb #67fb15

#a915fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a915fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a915fb Color CSS Codes

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

#a915fb Text Font Color

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

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


#a915fb Background Color

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

This div background color is #a915fb


#a915fb Border Color

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

This div border color is #a915fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a915fb

Related Colors


Comments

No comments written yet.

Please login to write comment.