Color Hex Logo

#a3397d Color Hex

#A3397D
(163,57,125)
0 Favorites   0 Comments

Color spaces of #a3397d

RGB 16357125
HSL0.890.480.43
HSV322°65°64°
CMYK 0.000.650.23   0.36
XYZ20.269112.193520.6873
Yxy12.19350.38140.2294
Hunter Lab34.919242.5030-10.6819
CIE-Lab41.522050.7833-15.8012

#a3397d color RGB value is (163,57,125).

#a3397d hex color red value is 163, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #a3397d hue: 0.89 , saturation: 0.48 and the lightness value of a3397d is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 01111101
Octal 243 71 175
Decimal 163 57 125
Hex A3 39 7D

RGB Percentages of Color #a3397d

%47.25
%16.52
%36.23

CMYK Percentages of Color #a3397d

%0
%65
%23
%36

Triadic Colors of #a3397d

#a3397d #7da339 #397da3

Analogous Colors of #a3397d

#a3397d #a33948 #9439a3

Monochromatic Colors of #a3397d

#a3397d

Complementary Color

#a3397d #39a35f

#a3397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3397d Color CSS Codes

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

#a3397d Text Font Color

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

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


#a3397d Background Color

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

This div background color is #a3397d


#a3397d Border Color

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

This div border color is #a3397d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,57,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 #a3397d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3397d


Comments

No comments written yet.

Please login to write comment.