Color Hex Logo

#a77eff Color Hex

#A77EFF
(167,126,255)
0 Favorites   0 Comments

Color spaces of #a77eff

RGB 167126255
HSL0.721.000.75
HSV259°51°100°
CMYK 0.350.510.00   0.00
XYZ41.447230.357298.2828
Yxy30.35720.24370.1785
Hunter Lab55.097437.8569-67.1935
CIE-Lab61.961243.1201-58.8710

#a77eff color RGB value is (167,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11111111
Octal 247 176 377
Decimal 167 126 255
Hex A7 7E FF

RGB Percentages of Color #a77eff

%30.47
%22.99
%46.53

CMYK Percentages of Color #a77eff

%35
%51
%0
%0

Triadic Colors of #a77eff

#a77eff #ffa77e #7effa7

Analogous Colors of #a77eff

#a77eff #e87eff #7e96ff

Monochromatic Colors of #a77eff

#a77eff

Complementary Color

#a77eff #d6ff7e

#a77eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77eff Color CSS Codes

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

#a77eff Text Font Color

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

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


#a77eff Background Color

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

This div background color is #a77eff


#a77eff Border Color

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

This div border color is #a77eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77eff


Comments

No comments written yet.

Please login to write comment.