Color Hex Logo

#a97feb Color Hex

#A97FEB
(169,127,235)
0 Favorites   0 Comments

Color spaces of #a97feb

RGB 169127235
HSL0.730.730.71
HSV263°46°92°
CMYK 0.280.460.00   0.08
XYZ38.947029.611982.2602
Yxy29.61190.25820.1963
Hunter Lab54.416832.5259-51.5351
CIE-Lab61.317938.1103-48.8478

#a97feb color RGB value is (169,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111111 11101011
Octal 251 177 353
Decimal 169 127 235
Hex A9 7F EB

RGB Percentages of Color #a97feb

%31.83
%23.92
%44.26

CMYK Percentages of Color #a97feb

%28
%46
%0
%8

Triadic Colors of #a97feb

#a97feb #eba97f #7feba9

Analogous Colors of #a97feb

#a97feb #df7feb #7f8beb

Monochromatic Colors of #a97feb

#a97feb

Complementary Color

#a97feb #c1eb7f

#a97feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97feb Color CSS Codes

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

#a97feb Text Font Color

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

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


#a97feb Background Color

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

This div background color is #a97feb


#a97feb Border Color

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

This div border color is #a97feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97feb


Comments

No comments written yet.

Please login to write comment.