Color Hex Logo

#a84071 Color Hex

#A84071
(168,64,113)
0 Favorites   0 Comments

Color spaces of #a84071

RGB 16864113
HSL0.920.450.45
HSV332°62°66°
CMYK 0.000.620.33   0.34
XYZ20.962513.183917.0627
Yxy13.18390.40940.2575
Hunter Lab36.309639.5108-2.4449
CIE-Lab43.039047.6127-6.0351

#a84071 color RGB value is (168,64,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000000 01110001
Octal 250 100 161
Decimal 168 64 113
Hex A8 40 71

RGB Percentages of Color #a84071

%48.70
%18.55
%32.75

CMYK Percentages of Color #a84071

%0
%62
%33
%34

Triadic Colors of #a84071

#a84071 #71a840 #4071a8

Analogous Colors of #a84071

#a84071 #a84340 #a840a5

Monochromatic Colors of #a84071

#a84071

Complementary Color

#a84071 #40a877

#a84071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84071 Color CSS Codes

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

#a84071 Text Font Color

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

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


#a84071 Background Color

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

This div background color is #a84071


#a84071 Border Color

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

This div border color is #a84071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84071


Comments

No comments written yet.

Please login to write comment.