Color Hex Logo

#a28edd Color Hex

#A28EDD
(162,142,221)
0 Favorites   0 Comments

Color spaces of #a28edd

RGB 162142221
HSL0.710.540.71
HSV255°36°87°
CMYK 0.270.360.00   0.13
XYZ37.624432.247872.6480
Yxy32.24780.26400.2263
Hunter Lab56.787118.8879-36.0989
CIE-Lab63.547224.2491-37.6134

#a28edd color RGB value is (162,142,221).

#a28edd hex color red value is 162, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a28edd hue: 0.71 , saturation: 0.54 and the lightness value of a28edd is 0.71.

The process color (four color CMYK) of #a28edd color hex is 0.27, 0.36, 0.00, 0.13. Web safe color of #a28edd is #9999cc. Color #a28edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001110 11011101
Octal 242 216 335
Decimal 162 142 221
Hex A2 8E DD

RGB Percentages of Color #a28edd

%30.86
%27.05
%42.10

CMYK Percentages of Color #a28edd

%27
%36
%0
%13

Triadic Colors of #a28edd

#a28edd #dda28e #8edda2

Analogous Colors of #a28edd

#a28edd #ca8edd #8ea2dd

Monochromatic Colors of #a28edd

#a28edd

Complementary Color

#a28edd #c9dd8e

#a28edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28edd Color CSS Codes

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

#a28edd Text Font Color

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

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


#a28edd Background Color

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

This div background color is #a28edd


#a28edd Border Color

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

This div border color is #a28edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28edd


Comments

No comments written yet.

Please login to write comment.