Color Hex Logo

#a95262 Color Hex

#A95262
(169,82,98)
0 Favorites   0 Comments

Color spaces of #a95262

RGB 1698298
HSL0.970.350.49
HSV349°51°66°
CMYK 0.000.510.42   0.34
XYZ21.584115.351413.3808
Yxy15.35140.42900.3051
Hunter Lab39.180929.76627.1783
CIE-Lab46.111837.32507.6547

#a95262 color RGB value is (169,82,98).

#a95262 hex color red value is 169, green value is 82 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a95262 hue: 0.97 , saturation: 0.35 and the lightness value of a95262 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010010 01100010
Octal 251 122 142
Decimal 169 82 98
Hex A9 52 62

RGB Percentages of Color #a95262

%48.42
%23.50
%28.08

CMYK Percentages of Color #a95262

%0
%51
%42
%34

Triadic Colors of #a95262

#a95262 #62a952 #5262a9

Analogous Colors of #a95262

#a95262 #a96e52 #a9528e

Monochromatic Colors of #a95262

#a95262

Complementary Color

#a95262 #52a999

#a95262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a95262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a95262 Color CSS Codes

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

#a95262 Text Font Color

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

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


#a95262 Background Color

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

This div background color is #a95262


#a95262 Border Color

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

This div border color is #a95262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a95262


Comments

No comments written yet.

Please login to write comment.