Color Hex Logo

#a87aff Color Hex

#A87AFF
(168,122,255)
0 Favorites   0 Comments

Color spaces of #a87aff

RGB 168122255
HSL0.721.000.74
HSV261°52°100°
CMYK 0.340.520.00   0.00
XYZ41.158029.463998.1256
Yxy29.46390.24390.1746
Hunter Lab54.280740.3555-69.1847
CIE-Lab61.188945.5652-60.0995

#a87aff color RGB value is (168,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111010 11111111
Octal 250 172 377
Decimal 168 122 255
Hex A8 7A FF

RGB Percentages of Color #a87aff

%30.83
%22.39
%46.79

CMYK Percentages of Color #a87aff

%34
%52
%0
%0

Triadic Colors of #a87aff

#a87aff #ffa87a #7affa8

Analogous Colors of #a87aff

#a87aff #eb7aff #7a8fff

Monochromatic Colors of #a87aff

#a87aff

Complementary Color

#a87aff #d1ff7a

#a87aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87aff Color CSS Codes

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

#a87aff Text Font Color

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

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


#a87aff Background Color

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

This div background color is #a87aff


#a87aff Border Color

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

This div border color is #a87aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,122,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 #a87aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87aff


Comments

No comments written yet.

Please login to write comment.