Color Hex Logo

#a82680 Color Hex

#A82680
(168,38,128)
0 Favorites   0 Comments

Color spaces of #a82680

RGB 16838128
HSL0.880.630.40
HSV318°77°66°
CMYK 0.000.770.24   0.34
XYZ20.737811.269621.5043
Yxy11.26960.38750.2106
Hunter Lab33.570251.5194-14.4806
CIE-Lab40.030959.4956-19.8662

#a82680 color RGB value is (168,38,128).

#a82680 hex color red value is 168, green value is 38 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a82680 hue: 0.88 , saturation: 0.63 and the lightness value of a82680 is 0.40.

The process color (four color CMYK) of #a82680 color hex is 0.00, 0.77, 0.24, 0.34. Web safe color of #a82680 is #993399. Color #a82680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100110 10000000
Octal 250 46 200
Decimal 168 38 128
Hex A8 26 80

RGB Percentages of Color #a82680

%50.30
%11.38
%38.32

CMYK Percentages of Color #a82680

%0
%77
%24
%34

Triadic Colors of #a82680

#a82680 #80a826 #2680a8

Analogous Colors of #a82680

#a82680 #a8263f #8f26a8

Monochromatic Colors of #a82680

#a82680

Complementary Color

#a82680 #26a84e

#a82680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82680 Color CSS Codes

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

#a82680 Text Font Color

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

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


#a82680 Background Color

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

This div background color is #a82680


#a82680 Border Color

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

This div border color is #a82680


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,38,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a82680; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a82680;
  -webkit-box-shadow: 1px 1px 3px 2px #a82680;
  box-shadow:         1px 1px 3px 2px #a82680; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,38,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82680


Comments

No comments written yet.

Please login to write comment.