Color Hex Logo

#a3064d Color Hex

#A3064D
(163,6,77)
0 Favorites   0 Comments

Color spaces of #a3064d

RGB 163677
HSL0.920.930.33
HSV333°96°64°
CMYK 0.000.960.53   0.36
XYZ16.50898.45267.7826
Yxy8.45260.50420.2581
Hunter Lab29.073450.48044.4801
CIE-Lab34.908259.54164.7715

#a3064d color RGB value is (163,6,77).

#a3064d hex color red value is 163, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #a3064d hue: 0.92 , saturation: 0.93 and the lightness value of a3064d is 0.33.

The process color (four color CMYK) of #a3064d color hex is 0.00, 0.96, 0.53, 0.36. Web safe color of #a3064d is #990066. Color #a3064d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000110 01001101
Octal 243 6 115
Decimal 163 6 77
Hex A3 6 4D

RGB Percentages of Color #a3064d

%66.26
%2.44
%31.30

CMYK Percentages of Color #a3064d

%0
%96
%53
%36

Triadic Colors of #a3064d

#a3064d #4da306 #064da3

Analogous Colors of #a3064d

#a3064d #a30e06 #a3069c

Monochromatic Colors of #a3064d

#a3064d

Complementary Color

#a3064d #06a35c

#a3064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3064d Color CSS Codes

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

#a3064d Text Font Color

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

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


#a3064d Background Color

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

This div background color is #a3064d


#a3064d Border Color

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

This div border color is #a3064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3064d


Comments

No comments written yet.

Please login to write comment.