Color Hex Logo

#a80647 Color Hex

#A80647
(168,6,71)
0 Favorites   0 Comments

Color spaces of #a80647

RGB 168671
HSL0.930.930.34
HSV336°96°66°
CMYK 0.000.960.58   0.34
XYZ17.35098.91006.7665
Yxy8.91000.52530.2698
Hunter Lab29.849651.52117.4545
CIE-Lab35.810460.317210.1090

#a80647 color RGB value is (168,6,71).

#a80647 hex color red value is 168, green value is 6 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a80647 hue: 0.93 , saturation: 0.93 and the lightness value of a80647 is 0.34.

The process color (four color CMYK) of #a80647 color hex is 0.00, 0.96, 0.58, 0.34. Web safe color of #a80647 is #990033. Color #a80647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000110 01000111
Octal 250 6 107
Decimal 168 6 71
Hex A8 6 47

RGB Percentages of Color #a80647

%68.57
%2.45
%28.98

CMYK Percentages of Color #a80647

%0
%96
%58
%34

Triadic Colors of #a80647

#a80647 #47a806 #0647a8

Analogous Colors of #a80647

#a80647 #a81606 #a80698

Monochromatic Colors of #a80647

#a80647

Complementary Color

#a80647 #06a867

#a80647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a80647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a80647 Color CSS Codes

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

#a80647 Text Font Color

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

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


#a80647 Background Color

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

This div background color is #a80647


#a80647 Border Color

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

This div border color is #a80647


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a80647


Comments

No comments written yet.

Please login to write comment.