Color Hex Logo

#a82753 Color Hex

#A82753
(168,39,83)
0 Favorites   0 Comments

Color spaces of #a82753

RGB 1683983
HSL0.940.620.41
HSV340°77°66°
CMYK 0.000.770.51   0.34
XYZ18.435310.40049.2194
Yxy10.40040.48440.2733
Hunter Lab32.249745.60155.6252
CIE-Lab38.551754.29166.2311

#a82753 color RGB value is (168,39,83).

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

The process color (four color CMYK) of #a82753 color hex is 0.00, 0.77, 0.51, 0.34. Web safe color of #a82753 is #993366. Color #a82753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100111 01010011
Octal 250 47 123
Decimal 168 39 83
Hex A8 27 53

RGB Percentages of Color #a82753

%57.93
%13.45
%28.62

CMYK Percentages of Color #a82753

%0
%77
%51
%34

Triadic Colors of #a82753

#a82753 #53a827 #2753a8

Analogous Colors of #a82753

#a82753 #a83c27 #a82794

Monochromatic Colors of #a82753

#a82753

Complementary Color

#a82753 #27a87c

#a82753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a82753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a82753 Color CSS Codes

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

#a82753 Text Font Color

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

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


#a82753 Background Color

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

This div background color is #a82753


#a82753 Border Color

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

This div border color is #a82753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a82753


Comments

No comments written yet.

Please login to write comment.