Color Hex Logo

#a85282 Color Hex

#A85282
(168,82,130)
0 Favorites   0 Comments

Color spaces of #a85282

RGB 16882130
HSL0.910.340.49
HSV327°51°66°
CMYK 0.000.510.23   0.34
XYZ23.195015.971122.9793
Yxy15.97110.37320.2570
Hunter Lab39.963933.6645-6.1172
CIE-Lab46.936541.1776-10.5642

#a85282 color RGB value is (168,82,130).

#a85282 hex color red value is 168, green value is 82 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a85282 hue: 0.91 , saturation: 0.34 and the lightness value of a85282 is 0.49.

The process color (four color CMYK) of #a85282 color hex is 0.00, 0.51, 0.23, 0.34. Web safe color of #a85282 is #996699. Color #a85282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 10000010
Octal 250 122 202
Decimal 168 82 130
Hex A8 52 82

RGB Percentages of Color #a85282

%44.21
%21.58
%34.21

CMYK Percentages of Color #a85282

%0
%51
%23
%34

Triadic Colors of #a85282

#a85282 #82a852 #5282a8

Analogous Colors of #a85282

#a85282 #a85257 #a352a8

Monochromatic Colors of #a85282

#a85282

Complementary Color

#a85282 #52a878

#a85282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85282 Color CSS Codes

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

#a85282 Text Font Color

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

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


#a85282 Background Color

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

This div background color is #a85282


#a85282 Border Color

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

This div border color is #a85282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85282


Comments

No comments written yet.

Please login to write comment.