Color Hex Logo

#a627fe Color Hex

#A627FE
(166,39,254)
0 Favorites   0 Comments

Color spaces of #a627fe

RGB 16639254
HSL0.770.990.57
HSV275°85°100°
CMYK 0.350.850.00   0.00
XYZ34.340816.713895.1821
Yxy16.71380.23480.1143
Hunter Lab40.882578.3934-109.4204
CIE-Lab47.897480.6983-81.0646

#a627fe color RGB value is (166,39,254).

#a627fe hex color red value is 166, green value is 39 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a627fe hue: 0.77 , saturation: 0.99 and the lightness value of a627fe is 0.57.

The process color (four color CMYK) of #a627fe color hex is 0.35, 0.85, 0.00, 0.00. Web safe color of #a627fe is #9933ff. Color #a627fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100111 11111110
Octal 246 47 376
Decimal 166 39 254
Hex A6 27 FE

RGB Percentages of Color #a627fe

%36.17
%8.50
%55.34

CMYK Percentages of Color #a627fe

%35
%85
%0
%0

Triadic Colors of #a627fe

#a627fe #fea627 #27fea6

Analogous Colors of #a627fe

#a627fe #fe27eb #3a27fe

Monochromatic Colors of #a627fe

#a627fe

Complementary Color

#a627fe #7ffe27

#a627fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a627fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a627fe Color CSS Codes

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

#a627fe Text Font Color

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

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


#a627fe Background Color

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

This div background color is #a627fe


#a627fe Border Color

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

This div border color is #a627fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a627fe


Comments

No comments written yet.

Please login to write comment.