Color Hex Logo

#a27ade Color Hex

#A27ADE
(162,122,222)
0 Favorites   0 Comments

Color spaces of #a27ade

RGB 162122222
HSL0.730.600.67
HSV264°45°87°
CMYK 0.270.450.00   0.13
XYZ35.044626.874472.4475
Yxy26.87440.26080.2000
Hunter Lab51.840529.9465-46.5698
CIE-Lab58.857935.8711-45.5374

#a27ade color RGB value is (162,122,222).

#a27ade hex color red value is 162, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a27ade hue: 0.73 , saturation: 0.60 and the lightness value of a27ade is 0.67.

The process color (four color CMYK) of #a27ade color hex is 0.27, 0.45, 0.00, 0.13. Web safe color of #a27ade is #9966cc. Color #a27ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 11011110
Octal 242 172 336
Decimal 162 122 222
Hex A2 7A DE

RGB Percentages of Color #a27ade

%32.02
%24.11
%43.87

CMYK Percentages of Color #a27ade

%27
%45
%0
%13

Triadic Colors of #a27ade

#a27ade #dea27a #7adea2

Analogous Colors of #a27ade

#a27ade #d47ade #7a84de

Monochromatic Colors of #a27ade

#a27ade

Complementary Color

#a27ade #b6de7a

#a27ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27ade Color CSS Codes

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

#a27ade Text Font Color

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

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


#a27ade Background Color

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

This div background color is #a27ade


#a27ade Border Color

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

This div border color is #a27ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27ade


Comments

No comments written yet.

Please login to write comment.