Color Hex Logo

#a77fff Color Hex

#A77FFF
(167,127,255)
0 Favorites   0 Comments

Color spaces of #a77fff

RGB 167127255
HSL0.721.000.75
HSV259°50°100°
CMYK 0.350.500.00   0.00
XYZ41.575730.614298.3256
Yxy30.61420.24380.1795
Hunter Lab55.330137.2994-66.6316
CIE-Lab62.180642.5659-58.5209

#a77fff color RGB value is (167,127,255).

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

The process color (four color CMYK) of #a77fff color hex is 0.35, 0.50, 0.00, 0.00. Web safe color of #a77fff is #9966ff. Color #a77fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111111 11111111
Octal 247 177 377
Decimal 167 127 255
Hex A7 7F FF

RGB Percentages of Color #a77fff

%30.42
%23.13
%46.45

CMYK Percentages of Color #a77fff

%35
%50
%0
%0

Triadic Colors of #a77fff

#a77fff #ffa77f #7fffa7

Analogous Colors of #a77fff

#a77fff #e77fff #7f97ff

Monochromatic Colors of #a77fff

#a77fff

Complementary Color

#a77fff #d7ff7f

#a77fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77fff Color CSS Codes

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

#a77fff Text Font Color

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

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


#a77fff Background Color

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

This div background color is #a77fff


#a77fff Border Color

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

This div border color is #a77fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77fff


Comments

No comments written yet.

Please login to write comment.