Color Hex Logo

#a782cc Color Hex

#A782CC
(167,130,204)
0 Favorites   0 Comments

Color spaces of #a782cc

RGB 167130204
HSL0.750.420.65
HSV270°36°80°
CMYK 0.180.360.00   0.20
XYZ34.818128.540460.8005
Yxy28.54040.28040.2299
Hunter Lab53.423222.8451-30.0812
CIE-Lab60.373828.5627-33.0154

#a782cc color RGB value is (167,130,204).

#a782cc hex color red value is 167, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a782cc hue: 0.75 , saturation: 0.42 and the lightness value of a782cc is 0.65.

The process color (four color CMYK) of #a782cc color hex is 0.18, 0.36, 0.00, 0.20. Web safe color of #a782cc is #9999cc. Color #a782cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 11001100
Octal 247 202 314
Decimal 167 130 204
Hex A7 82 CC

RGB Percentages of Color #a782cc

%33.33
%25.95
%40.72

CMYK Percentages of Color #a782cc

%18
%36
%0
%20

Triadic Colors of #a782cc

#a782cc #cca782 #82cca7

Analogous Colors of #a782cc

#a782cc #cc82cc #8282cc

Monochromatic Colors of #a782cc

#a782cc

Complementary Color

#a782cc #a7cc82

#a782cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782cc Color CSS Codes

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

#a782cc Text Font Color

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

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


#a782cc Background Color

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

This div background color is #a782cc


#a782cc Border Color

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

This div border color is #a782cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782cc


Comments

No comments written yet.

Please login to write comment.