Color Hex Logo

#a28aed Color Hex

#A28AED
(162,138,237)
0 Favorites   0 Comments

Color spaces of #a28aed

RGB 162138237
HSL0.710.730.74
HSV255°42°93°
CMYK 0.320.420.00   0.07
XYZ39.274831.972884.2221
Yxy31.97280.25260.2057
Hunter Lab56.544525.0301-48.7303
CIE-Lab63.320430.5179-46.8320

#a28aed color RGB value is (162,138,237).

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

The process color (four color CMYK) of #a28aed color hex is 0.32, 0.42, 0.00, 0.07. Web safe color of #a28aed is #9999ff. Color #a28aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001010 11101101
Octal 242 212 355
Decimal 162 138 237
Hex A2 8A ED

RGB Percentages of Color #a28aed

%30.17
%25.70
%44.13

CMYK Percentages of Color #a28aed

%32
%42
%0
%7

Triadic Colors of #a28aed

#a28aed #eda28a #8aeda2

Analogous Colors of #a28aed

#a28aed #d48aed #8aa4ed

Monochromatic Colors of #a28aed

#a28aed

Complementary Color

#a28aed #d5ed8a

#a28aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28aed Color CSS Codes

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

#a28aed Text Font Color

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

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


#a28aed Background Color

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

This div background color is #a28aed


#a28aed Border Color

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

This div border color is #a28aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28aed


Comments

No comments written yet.

Please login to write comment.