Color Hex Logo

#a27bff Color Hex

#A27BFF
(162,123,255)
0 Favorites   0 Comments

Color spaces of #a27bff

RGB 162123255
HSL0.721.000.74
HSV258°52°100°
CMYK 0.360.520.00   0.00
XYZ40.033329.067398.1083
Yxy29.06730.23940.1738
Hunter Lab53.914138.1935-70.1510
CIE-Lab60.841043.5872-60.6880

#a27bff color RGB value is (162,123,255).

#a27bff hex color red value is 162, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a27bff hue: 0.72 , saturation: 1.00 and the lightness value of a27bff is 0.74.

The process color (four color CMYK) of #a27bff color hex is 0.36, 0.52, 0.00, 0.00. Web safe color of #a27bff is #9966ff. Color #a27bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111011 11111111
Octal 242 173 377
Decimal 162 123 255
Hex A2 7B FF

RGB Percentages of Color #a27bff

%30.00
%22.78
%47.22

CMYK Percentages of Color #a27bff

%36
%52
%0
%0

Triadic Colors of #a27bff

#a27bff #ffa27b #7bffa2

Analogous Colors of #a27bff

#a27bff #e47bff #7b96ff

Monochromatic Colors of #a27bff

#a27bff

Complementary Color

#a27bff #d8ff7b

#a27bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27bff Color CSS Codes

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

#a27bff Text Font Color

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

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


#a27bff Background Color

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

This div background color is #a27bff


#a27bff Border Color

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

This div border color is #a27bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27bff

Related Colors


Comments

No comments written yet.

Please login to write comment.