Color Hex Logo

#a28cee Color Hex

#A28CEE
(162,140,238)
0 Favorites   0 Comments

Color spaces of #a28cee

RGB 162140238
HSL0.700.740.74
HSV253°41°93°
CMYK 0.320.410.00   0.07
XYZ39.711032.610685.0904
Yxy32.61060.25230.2072
Hunter Lab57.105724.1930-48.3711
CIE-Lab63.844429.6331-46.5573

#a28cee color RGB value is (162,140,238).

#a28cee hex color red value is 162, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a28cee hue: 0.70 , saturation: 0.74 and the lightness value of a28cee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001100 11101110
Octal 242 214 356
Decimal 162 140 238
Hex A2 8C EE

RGB Percentages of Color #a28cee

%30.00
%25.93
%44.07

CMYK Percentages of Color #a28cee

%32
%41
%0
%7

Triadic Colors of #a28cee

#a28cee #eea28c #8ceea2

Analogous Colors of #a28cee

#a28cee #d38cee #8ca7ee

Monochromatic Colors of #a28cee

#a28cee

Complementary Color

#a28cee #d8ee8c

#a28cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28cee Color CSS Codes

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

#a28cee Text Font Color

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

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


#a28cee Background Color

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

This div background color is #a28cee


#a28cee Border Color

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

This div border color is #a28cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28cee


Comments

No comments written yet.

Please login to write comment.