Color Hex Logo

#a27eed Color Hex

#A27EED
(162,126,237)
0 Favorites   0 Comments

Color spaces of #a27eed

RGB 162126237
HSL0.720.760.71
HSV259°47°93°
CMYK 0.320.470.00   0.07
XYZ37.647228.717583.6796
Yxy28.71750.25090.1914
Hunter Lab53.588731.6198-55.0702
CIE-Lab60.531537.3218-51.2454

#a27eed color RGB value is (162,126,237).

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

The process color (four color CMYK) of #a27eed color hex is 0.32, 0.47, 0.00, 0.07. Web safe color of #a27eed is #9966ff. Color #a27eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111110 11101101
Octal 242 176 355
Decimal 162 126 237
Hex A2 7E ED

RGB Percentages of Color #a27eed

%30.86
%24.00
%45.14

CMYK Percentages of Color #a27eed

%32
%47
%0
%7

Triadic Colors of #a27eed

#a27eed #eda27e #7eeda2

Analogous Colors of #a27eed

#a27eed #da7eed #7e92ed

Monochromatic Colors of #a27eed

#a27eed

Complementary Color

#a27eed #c9ed7e

#a27eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27eed Color CSS Codes

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

#a27eed Text Font Color

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

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


#a27eed Background Color

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

This div background color is #a27eed


#a27eed Border Color

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

This div border color is #a27eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27eed


Comments

No comments written yet.

Please login to write comment.