Color Hex Logo

#a0347d Color Hex

#A0347D
(160,52,125)
0 Favorites   0 Comments

Color spaces of #a0347d

RGB 16052125
HSL0.890.510.42
HSV319°68°63°
CMYK 0.000.680.22   0.37
XYZ19.426911.410220.5805
Yxy11.41020.37780.2219
Hunter Lab33.779043.5453-12.4783
CIE-Lab40.262952.0143-17.7738

#a0347d color RGB value is (160,52,125).

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

The process color (four color CMYK) of #a0347d color hex is 0.00, 0.68, 0.22, 0.37. Web safe color of #a0347d is #993366. Color #a0347d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110100 01111101
Octal 240 64 175
Decimal 160 52 125
Hex A0 34 7D

RGB Percentages of Color #a0347d

%47.48
%15.43
%37.09

CMYK Percentages of Color #a0347d

%0
%68
%22
%37

Triadic Colors of #a0347d

#a0347d #7da034 #347da0

Analogous Colors of #a0347d

#a0347d #a03447 #8d34a0

Monochromatic Colors of #a0347d

#a0347d

Complementary Color

#a0347d #34a057

#a0347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0347d Color CSS Codes

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

#a0347d Text Font Color

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

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


#a0347d Background Color

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

This div background color is #a0347d


#a0347d Border Color

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

This div border color is #a0347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0347d


Comments

No comments written yet.

Please login to write comment.