Color Hex Logo

#a782ba Color Hex

#A782BA
(167,130,186)
0 Favorites   0 Comments

Color spaces of #a782ba

RGB 167130186
HSL0.780.290.62
HSV280°30°73°
CMYK 0.100.300.00   0.27
XYZ32.781927.725950.0782
Yxy27.72590.29640.2507
Hunter Lab52.655418.9826-19.5293
CIE-Lab59.640324.6100-23.9664

#a782ba color RGB value is (167,130,186).

#a782ba hex color red value is 167, green value is 130 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a782ba hue: 0.78 , saturation: 0.29 and the lightness value of a782ba is 0.62.

The process color (four color CMYK) of #a782ba color hex is 0.10, 0.30, 0.00, 0.27. Web safe color of #a782ba is #9999cc. Color #a782ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 10111010
Octal 247 202 272
Decimal 167 130 186
Hex A7 82 BA

RGB Percentages of Color #a782ba

%34.58
%26.92
%38.51

CMYK Percentages of Color #a782ba

%10
%30
%0
%27

Triadic Colors of #a782ba

#a782ba #baa782 #82baa7

Analogous Colors of #a782ba

#a782ba #ba82b1 #8b82ba

Monochromatic Colors of #a782ba

#a782ba

Complementary Color

#a782ba #95ba82

#a782ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782ba Color CSS Codes

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

#a782ba Text Font Color

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

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


#a782ba Background Color

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

This div background color is #a782ba


#a782ba Border Color

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

This div border color is #a782ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782ba


Comments

No comments written yet.

Please login to write comment.