Color Hex Logo

#a3347d Color Hex

#A3347D
(163,52,125)
0 Favorites   0 Comments

Color spaces of #a3347d

RGB 16352125
HSL0.890.520.42
HSV321°68°64°
CMYK 0.000.680.23   0.36
XYZ20.033911.723220.6089
Yxy11.72320.38260.2239
Hunter Lab34.239244.5248-11.7198
CIE-Lab40.772852.8529-16.9476

#a3347d color RGB value is (163,52,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110100 01111101
Octal 243 64 175
Decimal 163 52 125
Hex A3 34 7D

RGB Percentages of Color #a3347d

%47.94
%15.29
%36.76

CMYK Percentages of Color #a3347d

%0
%68
%23
%36

Triadic Colors of #a3347d

#a3347d #7da334 #347da3

Analogous Colors of #a3347d

#a3347d #a33445 #9234a3

Monochromatic Colors of #a3347d

#a3347d

Complementary Color

#a3347d #34a35a

#a3347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3347d Color CSS Codes

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

#a3347d Text Font Color

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

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


#a3347d Background Color

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

This div background color is #a3347d


#a3347d Border Color

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

This div border color is #a3347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3347d


Comments

No comments written yet.

Please login to write comment.