Color Hex Logo

#a83160 Color Hex

#A83160
(168,49,96)
0 Favorites   0 Comments

Color spaces of #a83160

RGB 1684996
HSL0.930.550.43
HSV336°71°66°
CMYK 0.000.710.43   0.34
XYZ19.358111.366012.2399
Yxy11.36600.45060.2645
Hunter Lab33.713543.49512.0738
CIE-Lab40.190251.97970.3555

#a83160 color RGB value is (168,49,96).

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

The process color (four color CMYK) of #a83160 color hex is 0.00, 0.71, 0.43, 0.34. Web safe color of #a83160 is #993366. Color #a83160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110001 01100000
Octal 250 61 140
Decimal 168 49 96
Hex A8 31 60

RGB Percentages of Color #a83160

%53.67
%15.65
%30.67

CMYK Percentages of Color #a83160

%0
%71
%43
%34

Triadic Colors of #a83160

#a83160 #60a831 #3160a8

Analogous Colors of #a83160

#a83160 #a83e31 #a8319c

Monochromatic Colors of #a83160

#a83160

Complementary Color

#a83160 #31a879

#a83160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a83160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a83160 Color CSS Codes

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

#a83160 Text Font Color

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

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


#a83160 Background Color

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

This div background color is #a83160


#a83160 Border Color

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

This div border color is #a83160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a83160


Comments

No comments written yet.

Please login to write comment.