Color Hex Logo

#a978da Color Hex

#A978DA
(169,120,218)
0 Favorites   0 Comments

Color spaces of #a978da

RGB 169120218
HSL0.750.570.66
HSV270°45°85°
CMYK 0.220.450.00   0.15
XYZ35.733526.929969.6443
Yxy26.92990.27010.2035
Hunter Lab51.894032.0981-43.2442
CIE-Lab58.909437.9833-43.1670

#a978da color RGB value is (169,120,218).

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

The process color (four color CMYK) of #a978da color hex is 0.22, 0.45, 0.00, 0.15. Web safe color of #a978da is #9966cc. Color #a978da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111000 11011010
Octal 251 170 332
Decimal 169 120 218
Hex A9 78 DA

RGB Percentages of Color #a978da

%33.33
%23.67
%43.00

CMYK Percentages of Color #a978da

%22
%45
%0
%15

Triadic Colors of #a978da

#a978da #daa978 #78daa9

Analogous Colors of #a978da

#a978da #da78da #7878da

Monochromatic Colors of #a978da

#a978da

Complementary Color

#a978da #a9da78

#a978da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a978da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a978da Color CSS Codes

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

#a978da Text Font Color

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

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


#a978da Background Color

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

This div background color is #a978da


#a978da Border Color

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

This div border color is #a978da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a978da


Comments

No comments written yet.

Please login to write comment.