Color Hex Logo

#a84051 Color Hex

#A84051
(168,64,81)
0 Favorites   0 Comments

Color spaces of #a84051

RGB 1686481
HSL0.970.450.45
HSV350°62°66°
CMYK 0.000.620.52   0.34
XYZ19.467012.58579.1878
Yxy12.58570.47200.3052
Hunter Lab35.476335.86519.4783
CIE-Lab42.132244.159412.5049

#a84051 color RGB value is (168,64,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 01010001
Octal 250 100 121
Decimal 168 64 81
Hex A8 40 51

RGB Percentages of Color #a84051

%53.67
%20.45
%25.88

CMYK Percentages of Color #a84051

%0
%62
%52
%34

Triadic Colors of #a84051

#a84051 #51a840 #4051a8

Analogous Colors of #a84051

#a84051 #a86340 #a84085

Monochromatic Colors of #a84051

#a84051

Complementary Color

#a84051 #40a897

#a84051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84051 Color CSS Codes

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

#a84051 Text Font Color

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

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


#a84051 Background Color

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

This div background color is #a84051


#a84051 Border Color

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

This div border color is #a84051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84051


Comments

No comments written yet.

Please login to write comment.