Color Hex Logo

#a27afd Color Hex

#A27AFD
(162,122,253)
0 Favorites   0 Comments

Color spaces of #a27afd

RGB 162122253
HSL0.720.970.74
HSV258°52°99°
CMYK 0.360.520.00   0.01
XYZ39.589428.692396.3801
Yxy28.69230.24040.1742
Hunter Lab53.565238.1881-69.1851
CIE-Lab60.509143.6273-60.1192

#a27afd color RGB value is (162,122,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111010 11111101
Octal 242 172 375
Decimal 162 122 253
Hex A2 7A FD

RGB Percentages of Color #a27afd

%30.17
%22.72
%47.11

CMYK Percentages of Color #a27afd

%36
%52
%0
%1

Triadic Colors of #a27afd

#a27afd #fda27a #7afda2

Analogous Colors of #a27afd

#a27afd #e47afd #7a94fd

Monochromatic Colors of #a27afd

#a27afd

Complementary Color

#a27afd #d5fd7a

#a27afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27afd Color CSS Codes

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

#a27afd Text Font Color

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

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


#a27afd Background Color

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

This div background color is #a27afd


#a27afd Border Color

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

This div border color is #a27afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27afd


Comments

No comments written yet.

Please login to write comment.