Color Hex Logo

#a85270 Color Hex

#A85270
(168,82,112)
0 Favorites   0 Comments

Color spaces of #a85270

RGB 16882112
HSL0.940.340.49
HSV339°51°66°
CMYK 0.000.510.33   0.34
XYZ22.090415.529317.1624
Yxy15.52930.40320.2835
Hunter Lab39.407231.09861.7634
CIE-Lab46.350838.6616-0.5348

#a85270 color RGB value is (168,82,112).

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

The process color (four color CMYK) of #a85270 color hex is 0.00, 0.51, 0.33, 0.34. Web safe color of #a85270 is #996666. Color #a85270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 01110000
Octal 250 122 160
Decimal 168 82 112
Hex A8 52 70

RGB Percentages of Color #a85270

%46.41
%22.65
%30.94

CMYK Percentages of Color #a85270

%0
%51
%33
%34

Triadic Colors of #a85270

#a85270 #70a852 #5270a8

Analogous Colors of #a85270

#a85270 #a85f52 #a8529b

Monochromatic Colors of #a85270

#a85270

Complementary Color

#a85270 #52a88a

#a85270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85270 Color CSS Codes

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

#a85270 Text Font Color

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

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


#a85270 Background Color

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

This div background color is #a85270


#a85270 Border Color

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

This div border color is #a85270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85270


Comments

No comments written yet.

Please login to write comment.