Color Hex Logo

#a027ea Color Hex

#A027EA
(160,39,234)
0 Favorites   0 Comments

Color spaces of #a027ea

RGB 16039234
HSL0.770.820.54
HSV277°83°92°
CMYK 0.320.830.00   0.08
XYZ30.074014.865179.1261
Yxy14.86510.24240.1198
Hunter Lab38.555371.7623-94.6908
CIE-Lab45.448975.8463-73.8648

#a027ea color RGB value is (160,39,234).

#a027ea hex color red value is 160, green value is 39 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a027ea hue: 0.77 , saturation: 0.82 and the lightness value of a027ea is 0.54.

The process color (four color CMYK) of #a027ea color hex is 0.32, 0.83, 0.00, 0.08. Web safe color of #a027ea is #9933ff. Color #a027ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 11101010
Octal 240 47 352
Decimal 160 39 234
Hex A0 27 EA

RGB Percentages of Color #a027ea

%36.95
%9.01
%54.04

CMYK Percentages of Color #a027ea

%32
%83
%0
%8

Triadic Colors of #a027ea

#a027ea #eaa027 #27eaa0

Analogous Colors of #a027ea

#a027ea #ea27d3 #3e27ea

Monochromatic Colors of #a027ea

#a027ea

Complementary Color

#a027ea #71ea27

#a027ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027ea Color CSS Codes

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

#a027ea Text Font Color

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

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


#a027ea Background Color

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

This div background color is #a027ea


#a027ea Border Color

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

This div border color is #a027ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,39,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027ea


Comments

No comments written yet.

Please login to write comment.