Color Hex Logo

#a77edc Color Hex

#A77EDC
(167,126,220)
0 Favorites   0 Comments

Color spaces of #a77edc

RGB 167126220
HSL0.740.570.68
HSV266°43°86°
CMYK 0.240.430.00   0.14
XYZ36.315528.304571.2594
Yxy28.30450.26730.2083
Hunter Lab53.202028.7401-42.1724
CIE-Lab60.162834.5291-42.3278

#a77edc color RGB value is (167,126,220).

#a77edc hex color red value is 167, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a77edc hue: 0.74 , saturation: 0.57 and the lightness value of a77edc is 0.68.

The process color (four color CMYK) of #a77edc color hex is 0.24, 0.43, 0.00, 0.14. Web safe color of #a77edc is #9966cc. Color #a77edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111110 11011100
Octal 247 176 334
Decimal 167 126 220
Hex A7 7E DC

RGB Percentages of Color #a77edc

%32.55
%24.56
%42.88

CMYK Percentages of Color #a77edc

%24
%43
%0
%14

Triadic Colors of #a77edc

#a77edc #dca77e #7edca7

Analogous Colors of #a77edc

#a77edc #d67edc #7e84dc

Monochromatic Colors of #a77edc

#a77edc

Complementary Color

#a77edc #b3dc7e

#a77edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77edc Color CSS Codes

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

#a77edc Text Font Color

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

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


#a77edc Background Color

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

This div background color is #a77edc


#a77edc Border Color

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

This div border color is #a77edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77edc


Comments

No comments written yet.

Please login to write comment.