Color Hex Logo

#a27abf Color Hex

#A27ABF
(162,122,191)
0 Favorites   0 Comments

Color spaces of #a27abf

RGB 162122191
HSL0.760.350.61
HSV275°36°75°
CMYK 0.150.360.00   0.25
XYZ31.263825.362052.5378
Yxy25.36200.28640.2323
Hunter Lab50.360722.6811-26.6006
CIE-Lab57.426428.6540-30.2705

#a27abf color RGB value is (162,122,191).

#a27abf hex color red value is 162, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a27abf hue: 0.76 , saturation: 0.35 and the lightness value of a27abf is 0.61.

The process color (four color CMYK) of #a27abf color hex is 0.15, 0.36, 0.00, 0.25. Web safe color of #a27abf is #9966cc. Color #a27abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 10111111
Octal 242 172 277
Decimal 162 122 191
Hex A2 7A BF

RGB Percentages of Color #a27abf

%34.11
%25.68
%40.21

CMYK Percentages of Color #a27abf

%15
%36
%0
%25

Triadic Colors of #a27abf

#a27abf #bfa27a #7abfa2

Analogous Colors of #a27abf

#a27abf #bf7aba #807abf

Monochromatic Colors of #a27abf

#a27abf

Complementary Color

#a27abf #97bf7a

#a27abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27abf Color CSS Codes

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

#a27abf Text Font Color

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

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


#a27abf Background Color

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

This div background color is #a27abf


#a27abf Border Color

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

This div border color is #a27abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27abf


Comments

No comments written yet.

Please login to write comment.