Color Hex Logo

#a82955 Color Hex

#A82955
(168,41,85)
0 Favorites   0 Comments

Color spaces of #a82955

RGB 1684185
HSL0.940.610.41
HSV339°76°66°
CMYK 0.000.760.49   0.34
XYZ18.581110.56669.6546
Yxy10.56660.47890.2723
Hunter Lab32.506345.14735.1449
CIE-Lab38.840753.80675.3687

#a82955 color RGB value is (168,41,85).

#a82955 hex color red value is 168, green value is 41 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #a82955 hue: 0.94 , saturation: 0.61 and the lightness value of a82955 is 0.41.

The process color (four color CMYK) of #a82955 color hex is 0.00, 0.76, 0.49, 0.34. Web safe color of #a82955 is #993366. Color #a82955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 01010101
Octal 250 51 125
Decimal 168 41 85
Hex A8 29 55

RGB Percentages of Color #a82955

%57.14
%13.95
%28.91

CMYK Percentages of Color #a82955

%0
%76
%49
%34

Triadic Colors of #a82955

#a82955 #55a829 #2955a8

Analogous Colors of #a82955

#a82955 #a83d29 #a82995

Monochromatic Colors of #a82955

#a82955

Complementary Color

#a82955 #29a87c

#a82955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82955 Color CSS Codes

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

#a82955 Text Font Color

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

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


#a82955 Background Color

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

This div background color is #a82955


#a82955 Border Color

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

This div border color is #a82955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82955


Comments

No comments written yet.

Please login to write comment.