Color Hex Logo

#a815fc Color Hex

#A815FC
(168,21,252)
0 Favorites   0 Comments

Color spaces of #a815fc

RGB 16821252
HSL0.770.970.54
HSV278°92°99°
CMYK 0.330.920.00   0.01
XYZ33.987315.889493.3711
Yxy15.88940.23730.1109
Hunter Lab39.861582.4376-110.9771
CIE-Lab46.829084.0770-81.6860

#a815fc color RGB value is (168,21,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010101 11111100
Octal 250 25 374
Decimal 168 21 252
Hex A8 15 FC

RGB Percentages of Color #a815fc

%38.10
%4.76
%57.14

CMYK Percentages of Color #a815fc

%33
%92
%0
%1

Triadic Colors of #a815fc

#a815fc #fca815 #15fca8

Analogous Colors of #a815fc

#a815fc #fc15dd #3415fc

Monochromatic Colors of #a815fc

#a815fc

Complementary Color

#a815fc #69fc15

#a815fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a815fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a815fc Color CSS Codes

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

#a815fc Text Font Color

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

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


#a815fc Background Color

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

This div background color is #a815fc


#a815fc Border Color

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

This div border color is #a815fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a815fc

Related Colors


Comments

No comments written yet.

Please login to write comment.