Color Hex Logo

#a782b2 Color Hex

#A782B2
(167,130,178)
0 Favorites   0 Comments

Color spaces of #a782b2

RGB 167130178
HSL0.800.240.60
HSV286°27°70°
CMYK 0.060.270.00   0.30
XYZ31.954927.395145.7231
Yxy27.39510.30410.2607
Hunter Lab52.340317.3825-15.1559
CIE-Lab59.338322.9381-19.8754

#a782b2 color RGB value is (167,130,178).

#a782b2 hex color red value is 167, green value is 130 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #a782b2 hue: 0.80 , saturation: 0.24 and the lightness value of a782b2 is 0.60.

The process color (four color CMYK) of #a782b2 color hex is 0.06, 0.27, 0.00, 0.30. Web safe color of #a782b2 is #999999. Color #a782b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10000010 10110010
Octal 247 202 262
Decimal 167 130 178
Hex A7 82 B2

RGB Percentages of Color #a782b2

%35.16
%27.37
%37.47

CMYK Percentages of Color #a782b2

%6
%27
%0
%30

Triadic Colors of #a782b2

#a782b2 #b2a782 #82b2a7

Analogous Colors of #a782b2

#a782b2 #b282a5 #8f82b2

Monochromatic Colors of #a782b2

#a782b2

Complementary Color

#a782b2 #8db282

#a782b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a782b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a782b2 Color CSS Codes

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

#a782b2 Text Font Color

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

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


#a782b2 Background Color

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

This div background color is #a782b2


#a782b2 Border Color

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

This div border color is #a782b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a782b2


Comments

No comments written yet.

Please login to write comment.