Color Hex Logo

#a027ed Color Hex

#A027ED
(160,39,237)
0 Favorites   0 Comments

Color spaces of #a027ed

RGB 16039237
HSL0.770.850.54
HSV277°84°93°
CMYK 0.320.840.00   0.07
XYZ30.508815.039081.4156
Yxy15.03900.24030.1185
Hunter Lab38.780172.5628-97.3282
CIE-Lab45.687676.4516-75.1711

#a027ed color RGB value is (160,39,237).

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

The process color (four color CMYK) of #a027ed color hex is 0.32, 0.84, 0.00, 0.07. Web safe color of #a027ed is #9933ff. Color #a027ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 11101101
Octal 240 47 355
Decimal 160 39 237
Hex A0 27 ED

RGB Percentages of Color #a027ed

%36.70
%8.94
%54.36

CMYK Percentages of Color #a027ed

%32
%84
%0
%7

Triadic Colors of #a027ed

#a027ed #eda027 #27eda0

Analogous Colors of #a027ed

#a027ed #ed27d7 #3d27ed

Monochromatic Colors of #a027ed

#a027ed

Complementary Color

#a027ed #74ed27

#a027ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a027ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a027ed Color CSS Codes

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

#a027ed Text Font Color

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

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


#a027ed Background Color

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

This div background color is #a027ed


#a027ed Border Color

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

This div border color is #a027ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a027ed


Comments

No comments written yet.

Please login to write comment.