Color Hex Logo

#a83562 Color Hex

#A83562
(168,53,98)
0 Favorites   0 Comments

Color spaces of #a83562

RGB 1685398
HSL0.930.520.43
HSV337°68°66°
CMYK 0.000.680.42   0.34
XYZ19.626211.752912.7894
Yxy11.75290.44430.2661
Hunter Lab34.282542.19411.8791
CIE-Lab40.820750.61400.0192

#a83562 color RGB value is (168,53,98).

#a83562 hex color red value is 168, green value is 53 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a83562 hue: 0.93 , saturation: 0.52 and the lightness value of a83562 is 0.43.

The process color (four color CMYK) of #a83562 color hex is 0.00, 0.68, 0.42, 0.34. Web safe color of #a83562 is #993366. Color #a83562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110101 01100010
Octal 250 65 142
Decimal 168 53 98
Hex A8 35 62

RGB Percentages of Color #a83562

%52.66
%16.61
%30.72

CMYK Percentages of Color #a83562

%0
%68
%42
%34

Triadic Colors of #a83562

#a83562 #62a835 #3562a8

Analogous Colors of #a83562

#a83562 #a84235 #a8359c

Monochromatic Colors of #a83562

#a83562

Complementary Color

#a83562 #35a87b

#a83562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83562 Color CSS Codes

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

#a83562 Text Font Color

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

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


#a83562 Background Color

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

This div background color is #a83562


#a83562 Border Color

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

This div border color is #a83562


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,53,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 #a83562">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83562


Comments

No comments written yet.

Please login to write comment.