Color Hex Logo

#a027fe Color Hex

#A027FE
(160,39,254)
0 Favorites   0 Comments

Color spaces of #a027fe

RGB 16039254
HSL0.760.990.57
HSV274°85°100°
CMYK 0.370.850.00   0.00
XYZ33.112116.080495.1246
Yxy16.08040.22940.1114
Hunter Lab40.100477.2172-112.5752
CIE-Lab47.079879.9235-82.4357

#a027fe color RGB value is (160,39,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 11111110
Octal 240 47 376
Decimal 160 39 254
Hex A0 27 FE

RGB Percentages of Color #a027fe

%35.32
%8.61
%56.07

CMYK Percentages of Color #a027fe

%37
%85
%0
%0

Triadic Colors of #a027fe

#a027fe #fea027 #27fea0

Analogous Colors of #a027fe

#a027fe #fe27f1 #3427fe

Monochromatic Colors of #a027fe

#a027fe

Complementary Color

#a027fe #85fe27

#a027fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027fe Color CSS Codes

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

#a027fe Text Font Color

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

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


#a027fe Background Color

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

This div background color is #a027fe


#a027fe Border Color

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

This div border color is #a027fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027fe


Comments

No comments written yet.

Please login to write comment.