Color Hex Logo

#a782da Color Hex

#A782DA
(167,130,218)
0 Favorites   0 Comments

Color spaces of #a782da

RGB 167130218
HSL0.740.540.68
HSV265°40°85°
CMYK 0.230.400.00   0.15
XYZ36.573929.242770.0464
Yxy29.24270.26920.2152
Hunter Lab54.076526.0921-38.9460
CIE-Lab60.995231.7997-39.9017

#a782da color RGB value is (167,130,218).

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

The process color (four color CMYK) of #a782da color hex is 0.23, 0.40, 0.00, 0.15. Web safe color of #a782da is #9999cc. Color #a782da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11011010
Octal 247 202 332
Decimal 167 130 218
Hex A7 82 DA

RGB Percentages of Color #a782da

%32.43
%25.24
%42.33

CMYK Percentages of Color #a782da

%23
%40
%0
%15

Triadic Colors of #a782da

#a782da #daa782 #82daa7

Analogous Colors of #a782da

#a782da #d382da #8289da

Monochromatic Colors of #a782da

#a782da

Complementary Color

#a782da #b5da82

#a782da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782da Color CSS Codes

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

#a782da Text Font Color

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

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


#a782da Background Color

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

This div background color is #a782da


#a782da Border Color

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

This div border color is #a782da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782da


Comments

No comments written yet.

Please login to write comment.