Color Hex Logo

#a3414a Color Hex

#A3414A
(163,65,74)
0 Favorites   0 Comments

Color spaces of #a3414a

RGB 1636574
HSL0.980.430.45
HSV354°60°64°
CMYK 0.000.600.55   0.36
XYZ18.230612.06157.8458
Yxy12.06150.47800.3163
Hunter Lab34.729732.922810.9165
CIE-Lab41.313741.311015.5914

#a3414a color RGB value is (163,65,74).

#a3414a hex color red value is 163, green value is 65 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a3414a hue: 0.98 , saturation: 0.43 and the lightness value of a3414a is 0.45.

The process color (four color CMYK) of #a3414a color hex is 0.00, 0.60, 0.55, 0.36. Web safe color of #a3414a is #993333. Color #a3414a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000001 01001010
Octal 243 101 112
Decimal 163 65 74
Hex A3 41 4A

RGB Percentages of Color #a3414a

%53.97
%21.52
%24.50

CMYK Percentages of Color #a3414a

%0
%60
%55
%36

Triadic Colors of #a3414a

#a3414a #4aa341 #414aa3

Analogous Colors of #a3414a

#a3414a #a36941 #a3417b

Monochromatic Colors of #a3414a

#a3414a

Complementary Color

#a3414a #41a39a

#a3414a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3414a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3414a Color CSS Codes

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

#a3414a Text Font Color

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

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


#a3414a Background Color

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

This div background color is #a3414a


#a3414a Border Color

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

This div border color is #a3414a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3414a


Comments

No comments written yet.

Please login to write comment.