Color Hex Logo

#a97fea Color Hex

#A97FEA
(169,127,234)
0 Favorites   0 Comments

Color spaces of #a97fea

RGB 169127234
HSL0.730.720.71
HSV264°46°92°
CMYK 0.280.460.00   0.08
XYZ38.802829.554381.5013
Yxy29.55430.25890.1972
Hunter Lab54.363932.2695-50.8318
CIE-Lab61.267737.8677-48.3724

#a97fea color RGB value is (169,127,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 11101010
Octal 251 177 352
Decimal 169 127 234
Hex A9 7F EA

RGB Percentages of Color #a97fea

%31.89
%23.96
%44.15

CMYK Percentages of Color #a97fea

%28
%46
%0
%8

Triadic Colors of #a97fea

#a97fea #eaa97f #7feaa9

Analogous Colors of #a97fea

#a97fea #df7fea #7f8bea

Monochromatic Colors of #a97fea

#a97fea

Complementary Color

#a97fea #c0ea7f

#a97fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97fea Color CSS Codes

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

#a97fea Text Font Color

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

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


#a97fea Background Color

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

This div background color is #a97fea


#a97fea Border Color

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

This div border color is #a97fea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,127,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97fea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97fea;
  -webkit-box-shadow: 1px 1px 3px 2px #a97fea;
  box-shadow:         1px 1px 3px 2px #a97fea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,127,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97fea


Comments

No comments written yet.

Please login to write comment.