Color Hex Logo

#a776fd Color Hex

#A776FD
(167,118,253)
0 Favorites   0 Comments

Color spaces of #a776fd

RGB 167118253
HSL0.730.970.73
HSV262°53°99°
CMYK 0.340.530.00   0.01
XYZ40.144428.264296.2682
Yxy28.26420.24380.1716
Hunter Lab53.164141.7489-70.1460
CIE-Lab60.126747.0125-60.7042

#a776fd color RGB value is (167,118,253).

#a776fd hex color red value is 167, green value is 118 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a776fd hue: 0.73 , saturation: 0.97 and the lightness value of a776fd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 11111101
Octal 247 166 375
Decimal 167 118 253
Hex A7 76 FD

RGB Percentages of Color #a776fd

%31.04
%21.93
%47.03

CMYK Percentages of Color #a776fd

%34
%53
%0
%1

Triadic Colors of #a776fd

#a776fd #fda776 #76fda7

Analogous Colors of #a776fd

#a776fd #eb76fd #7689fd

Monochromatic Colors of #a776fd

#a776fd

Complementary Color

#a776fd #ccfd76

#a776fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776fd Color CSS Codes

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

#a776fd Text Font Color

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

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


#a776fd Background Color

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

This div background color is #a776fd


#a776fd Border Color

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

This div border color is #a776fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776fd

Related Colors


Comments

No comments written yet.

Please login to write comment.