Color Hex Logo

#a28ae1 Color Hex

#A28AE1
(162,138,225)
0 Favorites   0 Comments

Color spaces of #a28ae1

RGB 162138225
HSL0.710.590.71
HSV257°39°88°
CMYK 0.280.390.00   0.12
XYZ37.579431.294675.2940
Yxy31.29460.26070.2171
Hunter Lab55.941622.0117-40.6417
CIE-Lab62.755527.5148-41.0748

#a28ae1 color RGB value is (162,138,225).

#a28ae1 hex color red value is 162, green value is 138 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #a28ae1 hue: 0.71 , saturation: 0.59 and the lightness value of a28ae1 is 0.71.

The process color (four color CMYK) of #a28ae1 color hex is 0.28, 0.39, 0.00, 0.12. Web safe color of #a28ae1 is #9999cc. Color #a28ae1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001010 11100001
Octal 242 212 341
Decimal 162 138 225
Hex A2 8A E1

RGB Percentages of Color #a28ae1

%30.86
%26.29
%42.86

CMYK Percentages of Color #a28ae1

%28
%39
%0
%12

Triadic Colors of #a28ae1

#a28ae1 #e1a28a #8ae1a2

Analogous Colors of #a28ae1

#a28ae1 #ce8ae1 #8a9ee1

Monochromatic Colors of #a28ae1

#a28ae1

Complementary Color

#a28ae1 #c9e18a

#a28ae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28ae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28ae1 Color CSS Codes

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

#a28ae1 Text Font Color

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

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


#a28ae1 Background Color

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

This div background color is #a28ae1


#a28ae1 Border Color

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

This div border color is #a28ae1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,138,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28ae1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28ae1;
  -webkit-box-shadow: 1px 1px 3px 2px #a28ae1;
  box-shadow:         1px 1px 3px 2px #a28ae1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,138,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28ae1


Comments

No comments written yet.

Please login to write comment.