Color Hex Logo

#a841fe Color Hex

#A841FE
(168,65,254)
0 Favorites   0 Comments

Color spaces of #a841fe

RGB 16865254
HSL0.760.990.63
HSV273°74°100°
CMYK 0.340.740.00   0.00
XYZ35.928119.261295.5901
Yxy19.26120.23830.1277
Hunter Lab43.887669.3238-98.4163
CIE-Lab50.991472.7664-76.0029

#a841fe color RGB value is (168,65,254).

#a841fe hex color red value is 168, green value is 65 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a841fe hue: 0.76 , saturation: 0.99 and the lightness value of a841fe is 0.63.

The process color (four color CMYK) of #a841fe color hex is 0.34, 0.74, 0.00, 0.00. Web safe color of #a841fe is #9933ff. Color #a841fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 11111110
Octal 250 101 376
Decimal 168 65 254
Hex A8 41 FE

RGB Percentages of Color #a841fe

%34.50
%13.35
%52.16

CMYK Percentages of Color #a841fe

%34
%74
%0
%0

Triadic Colors of #a841fe

#a841fe #fea841 #41fea8

Analogous Colors of #a841fe

#a841fe #fe41f6 #4941fe

Monochromatic Colors of #a841fe

#a841fe

Complementary Color

#a841fe #97fe41

#a841fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a841fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a841fe Color CSS Codes

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

#a841fe Text Font Color

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

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


#a841fe Background Color

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

This div background color is #a841fe


#a841fe Border Color

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

This div border color is #a841fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a841fe

Related Colors


Comments

No comments written yet.

Please login to write comment.