Color Hex Logo

#a84054 Color Hex

#A84054
(168,64,84)
0 Favorites   0 Comments

Color spaces of #a84054

RGB 1686484
HSL0.970.450.45
HSV348°62°66°
CMYK 0.000.620.50   0.34
XYZ19.582112.63179.7936
Yxy12.63170.46620.3007
Hunter Lab35.541136.15138.5410
CIE-Lab42.203044.434310.7398

#a84054 color RGB value is (168,64,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 01010100
Octal 250 100 124
Decimal 168 64 84
Hex A8 40 54

RGB Percentages of Color #a84054

%53.16
%20.25
%26.58

CMYK Percentages of Color #a84054

%0
%62
%50
%34

Triadic Colors of #a84054

#a84054 #54a840 #4054a8

Analogous Colors of #a84054

#a84054 #a86040 #a84088

Monochromatic Colors of #a84054

#a84054

Complementary Color

#a84054 #40a894

#a84054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84054 Color CSS Codes

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

#a84054 Text Font Color

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

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


#a84054 Background Color

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

This div background color is #a84054


#a84054 Border Color

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

This div border color is #a84054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84054


Comments

No comments written yet.

Please login to write comment.