Color Hex Logo

#a84063 Color Hex

#A84063
(168,64,99)
0 Favorites   0 Comments

Color spaces of #a84063

RGB 1686499
HSL0.940.450.45
HSV340°62°66°
CMYK 0.000.620.41   0.34
XYZ20.234012.892513.2264
Yxy12.89250.43650.2781
Hunter Lab35.906137.75353.2942
CIE-Lab42.600845.96071.9853

#a84063 color RGB value is (168,64,99).

#a84063 hex color red value is 168, green value is 64 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a84063 hue: 0.94 , saturation: 0.45 and the lightness value of a84063 is 0.45.

The process color (four color CMYK) of #a84063 color hex is 0.00, 0.62, 0.41, 0.34. Web safe color of #a84063 is #993366. Color #a84063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 01100011
Octal 250 100 143
Decimal 168 64 99
Hex A8 40 63

RGB Percentages of Color #a84063

%50.76
%19.34
%29.91

CMYK Percentages of Color #a84063

%0
%62
%41
%34

Triadic Colors of #a84063

#a84063 #63a840 #4063a8

Analogous Colors of #a84063

#a84063 #a85140 #a84097

Monochromatic Colors of #a84063

#a84063

Complementary Color

#a84063 #40a885

#a84063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84063 Color CSS Codes

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

#a84063 Text Font Color

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

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


#a84063 Background Color

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

This div background color is #a84063


#a84063 Border Color

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

This div border color is #a84063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84063


Comments

No comments written yet.

Please login to write comment.