Color Hex Logo

#a84374 Color Hex

#A84374
(168,67,116)
0 Favorites   0 Comments

Color spaces of #a84374

RGB 16867116
HSL0.920.430.46
HSV331°60°66°
CMYK 0.000.600.31   0.34
XYZ21.308013.600118.0250
Yxy13.60010.40250.2569
Hunter Lab36.878338.5989-3.1643
CIE-Lab43.653946.6132-6.9652

#a84374 color RGB value is (168,67,116).

#a84374 hex color red value is 168, green value is 67 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a84374 hue: 0.92 , saturation: 0.43 and the lightness value of a84374 is 0.46.

The process color (four color CMYK) of #a84374 color hex is 0.00, 0.60, 0.31, 0.34. Web safe color of #a84374 is #993366. Color #a84374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000011 01110100
Octal 250 103 164
Decimal 168 67 116
Hex A8 43 74

RGB Percentages of Color #a84374

%47.86
%19.09
%33.05

CMYK Percentages of Color #a84374

%0
%60
%31
%34

Triadic Colors of #a84374

#a84374 #74a843 #4374a8

Analogous Colors of #a84374

#a84374 #a84443 #a843a7

Monochromatic Colors of #a84374

#a84374

Complementary Color

#a84374 #43a877

#a84374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84374 Color CSS Codes

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

#a84374 Text Font Color

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

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


#a84374 Background Color

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

This div background color is #a84374


#a84374 Border Color

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

This div border color is #a84374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84374


Comments

No comments written yet.

Please login to write comment.