Color Hex Logo

#a27eeb Color Hex

#A27EEB
(162,126,235)
0 Favorites   0 Comments

Color spaces of #a27eeb

RGB 162126235
HSL0.720.730.71
HSV260°46°92°
CMYK 0.310.460.00   0.08
XYZ37.356528.601282.1490
Yxy28.60120.25220.1931
Hunter Lab53.480131.0943-53.6373
CIE-Lab60.428036.8202-50.2999

#a27eeb color RGB value is (162,126,235).

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

The process color (four color CMYK) of #a27eeb color hex is 0.31, 0.46, 0.00, 0.08. Web safe color of #a27eeb is #9966ff. Color #a27eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111110 11101011
Octal 242 176 353
Decimal 162 126 235
Hex A2 7E EB

RGB Percentages of Color #a27eeb

%30.98
%24.09
%44.93

CMYK Percentages of Color #a27eeb

%31
%46
%0
%8

Triadic Colors of #a27eeb

#a27eeb #eba27e #7eeba2

Analogous Colors of #a27eeb

#a27eeb #d97eeb #7e91eb

Monochromatic Colors of #a27eeb

#a27eeb

Complementary Color

#a27eeb #c7eb7e

#a27eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27eeb Color CSS Codes

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

#a27eeb Text Font Color

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

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


#a27eeb Background Color

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

This div background color is #a27eeb


#a27eeb Border Color

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

This div border color is #a27eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27eeb


Comments

No comments written yet.

Please login to write comment.