Color Hex Logo

#a3467d Color Hex

#A3467D
(163,70,125)
0 Favorites   0 Comments

Color spaces of #a3467d

RGB 16370125
HSL0.900.400.46
HSV325°57°64°
CMYK 0.000.570.23   0.36
XYZ20.996113.647520.9297
Yxy13.64750.37780.2456
Hunter Lab36.942536.8002-7.7308
CIE-Lab43.723144.8255-12.4535

#a3467d color RGB value is (163,70,125).

#a3467d hex color red value is 163, green value is 70 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3467d hue: 0.90 , saturation: 0.40 and the lightness value of a3467d is 0.46.

The process color (four color CMYK) of #a3467d color hex is 0.00, 0.57, 0.23, 0.36. Web safe color of #a3467d is #993366. Color #a3467d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000110 01111101
Octal 243 106 175
Decimal 163 70 125
Hex A3 46 7D

RGB Percentages of Color #a3467d

%45.53
%19.55
%34.92

CMYK Percentages of Color #a3467d

%0
%57
%23
%36

Triadic Colors of #a3467d

#a3467d #7da346 #467da3

Analogous Colors of #a3467d

#a3467d #a3464f #9b46a3

Monochromatic Colors of #a3467d

#a3467d

Complementary Color

#a3467d #46a36c

#a3467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3467d Color CSS Codes

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

#a3467d Text Font Color

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

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


#a3467d Background Color

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

This div background color is #a3467d


#a3467d Border Color

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

This div border color is #a3467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3467d


Comments

No comments written yet.

Please login to write comment.