Color Hex Logo

#a779da Color Hex

#A779DA
(167,121,218)
0 Favorites   0 Comments

Color spaces of #a779da

RGB 167121218
HSL0.750.570.66
HSV268°44°85°
CMYK 0.230.440.00   0.15
XYZ35.428626.952269.6647
Yxy26.95220.26830.2041
Hunter Lab51.915530.9613-43.2196
CIE-Lab58.930136.8649-43.1482

#a779da color RGB value is (167,121,218).

#a779da hex color red value is 167, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a779da hue: 0.75 , saturation: 0.57 and the lightness value of a779da is 0.66.

The process color (four color CMYK) of #a779da color hex is 0.23, 0.44, 0.00, 0.15. Web safe color of #a779da is #9966cc. Color #a779da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111001 11011010
Octal 247 171 332
Decimal 167 121 218
Hex A7 79 DA

RGB Percentages of Color #a779da

%33.00
%23.91
%43.08

CMYK Percentages of Color #a779da

%23
%44
%0
%15

Triadic Colors of #a779da

#a779da #daa779 #79daa7

Analogous Colors of #a779da

#a779da #d879da #797cda

Monochromatic Colors of #a779da

#a779da

Complementary Color

#a779da #acda79

#a779da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a779da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a779da Color CSS Codes

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

#a779da Text Font Color

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

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


#a779da Background Color

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

This div background color is #a779da


#a779da Border Color

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

This div border color is #a779da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a779da


Comments

No comments written yet.

Please login to write comment.