Color Hex Logo

#a27eba Color Hex

#A27EBA
(162,126,186)
0 Favorites   0 Comments

Color spaces of #a27eba

RGB 162126186
HSL0.770.300.61
HSV276°32°73°
CMYK 0.130.320.00   0.27
XYZ31.224126.148349.8558
Yxy26.14830.29120.2439
Hunter Lab51.135419.5080-22.0115
CIE-Lab58.177525.2703-26.2595

#a27eba color RGB value is (162,126,186).

#a27eba hex color red value is 162, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a27eba hue: 0.77 , saturation: 0.30 and the lightness value of a27eba is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111110 10111010
Octal 242 176 272
Decimal 162 126 186
Hex A2 7E BA

RGB Percentages of Color #a27eba

%34.18
%26.58
%39.24

CMYK Percentages of Color #a27eba

%13
%32
%0
%27

Triadic Colors of #a27eba

#a27eba #baa27e #7ebaa2

Analogous Colors of #a27eba

#a27eba #ba7eb4 #847eba

Monochromatic Colors of #a27eba

#a27eba

Complementary Color

#a27eba #96ba7e

#a27eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27eba Color CSS Codes

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

#a27eba Text Font Color

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

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


#a27eba Background Color

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

This div background color is #a27eba


#a27eba Border Color

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

This div border color is #a27eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27eba


Comments

No comments written yet.

Please login to write comment.