Color Hex Logo

#a77aed Color Hex

#A77AED
(167,122,237)
0 Favorites   0 Comments

Color spaces of #a77aed

RGB 167122237
HSL0.730.760.70
HSV263°49°93°
CMYK 0.300.490.00   0.07
XYZ38.181928.249083.5610
Yxy28.24900.25460.1883
Hunter Lab53.149835.2192-56.0097
CIE-Lab60.113040.8558-51.8803

#a77aed color RGB value is (167,122,237).

#a77aed hex color red value is 167, green value is 122 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a77aed hue: 0.73 , saturation: 0.76 and the lightness value of a77aed is 0.70.

The process color (four color CMYK) of #a77aed color hex is 0.30, 0.49, 0.00, 0.07. Web safe color of #a77aed is #9966ff. Color #a77aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111010 11101101
Octal 247 172 355
Decimal 167 122 237
Hex A7 7A ED

RGB Percentages of Color #a77aed

%31.75
%23.19
%45.06

CMYK Percentages of Color #a77aed

%30
%49
%0
%7

Triadic Colors of #a77aed

#a77aed #eda77a #7aeda7

Analogous Colors of #a77aed

#a77aed #e17aed #7a87ed

Monochromatic Colors of #a77aed

#a77aed

Complementary Color

#a77aed #c0ed7a

#a77aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77aed Color CSS Codes

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

#a77aed Text Font Color

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

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


#a77aed Background Color

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

This div background color is #a77aed


#a77aed Border Color

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

This div border color is #a77aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,122,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77aed


Comments

No comments written yet.

Please login to write comment.