Color Hex Logo

#a28edb Color Hex

#A28EDB
(162,142,219)
0 Favorites   0 Comments

Color spaces of #a28edb

RGB 162142219
HSL0.710.520.71
HSV256°35°86°
CMYK 0.260.350.00   0.14
XYZ37.359532.141971.2528
Yxy32.14190.26540.2284
Hunter Lab56.693818.4119-34.8300
CIE-Lab63.460023.7612-36.6377

#a28edb color RGB value is (162,142,219).

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

The process color (four color CMYK) of #a28edb color hex is 0.26, 0.35, 0.00, 0.14. Web safe color of #a28edb is #9999cc. Color #a28edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001110 11011011
Octal 242 216 333
Decimal 162 142 219
Hex A2 8E DB

RGB Percentages of Color #a28edb

%30.98
%27.15
%41.87

CMYK Percentages of Color #a28edb

%26
%35
%0
%14

Triadic Colors of #a28edb

#a28edb #dba28e #8edba2

Analogous Colors of #a28edb

#a28edb #c98edb #8ea1db

Monochromatic Colors of #a28edb

#a28edb

Complementary Color

#a28edb #c7db8e

#a28edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28edb Color CSS Codes

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

#a28edb Text Font Color

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

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


#a28edb Background Color

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

This div background color is #a28edb


#a28edb Border Color

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

This div border color is #a28edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28edb


Comments

No comments written yet.

Please login to write comment.