Color Hex Logo

#a84172 Color Hex

#A84172
(168,65,114)
0 Favorites   0 Comments

Color spaces of #a84172

RGB 16865114
HSL0.920.440.46
HSV331°61°66°
CMYK 0.000.610.32   0.34
XYZ21.076013.320317.3798
Yxy13.32030.40710.2573
Hunter Lab36.497039.2091-2.6859
CIE-Lab43.241947.2823-6.3492

#a84172 color RGB value is (168,65,114).

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

The process color (four color CMYK) of #a84172 color hex is 0.00, 0.61, 0.32, 0.34. Web safe color of #a84172 is #993366. Color #a84172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 01110010
Octal 250 101 162
Decimal 168 65 114
Hex A8 41 72

RGB Percentages of Color #a84172

%48.41
%18.73
%32.85

CMYK Percentages of Color #a84172

%0
%61
%32
%34

Triadic Colors of #a84172

#a84172 #72a841 #4172a8

Analogous Colors of #a84172

#a84172 #a84441 #a841a6

Monochromatic Colors of #a84172

#a84172

Complementary Color

#a84172 #41a877

#a84172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84172 Color CSS Codes

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

#a84172 Text Font Color

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

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


#a84172 Background Color

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

This div background color is #a84172


#a84172 Border Color

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

This div border color is #a84172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84172


Comments

No comments written yet.

Please login to write comment.