Color Hex Logo

#a028ea Color Hex

#A028EA
(160,40,234)
0 Favorites   0 Comments

Color spaces of #a028ea

RGB 16040234
HSL0.770.820.54
HSV277°83°92°
CMYK 0.320.830.00   0.08
XYZ30.107314.931779.1372
Yxy14.93170.24250.1202
Hunter Lab38.641671.4543-94.3757
CIE-Lab45.540575.5770-73.7152

#a028ea color RGB value is (160,40,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00101000 11101010
Octal 240 50 352
Decimal 160 40 234
Hex A0 28 EA

RGB Percentages of Color #a028ea

%36.87
%9.22
%53.92

CMYK Percentages of Color #a028ea

%32
%83
%0
%8

Triadic Colors of #a028ea

#a028ea #eaa028 #28eaa0

Analogous Colors of #a028ea

#a028ea #ea28d3 #3f28ea

Monochromatic Colors of #a028ea

#a028ea

Complementary Color

#a028ea #72ea28

#a028ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a028ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a028ea Color CSS Codes

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

#a028ea Text Font Color

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

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


#a028ea Background Color

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

This div background color is #a028ea


#a028ea Border Color

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

This div border color is #a028ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a028ea


Comments

No comments written yet.

Please login to write comment.