Color Hex Logo

#a0327d Color Hex

#A0327D
(160,50,125)
0 Favorites   0 Comments

Color spaces of #a0327d

RGB 16050125
HSL0.890.520.41
HSV319°69°63°
CMYK 0.000.690.22   0.37
XYZ19.339511.235520.5514
Yxy11.23550.37830.2198
Hunter Lab33.519444.3292-12.8883
CIE-Lab39.974352.8160-18.2173

#a0327d color RGB value is (160,50,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 01111101
Octal 240 62 175
Decimal 160 50 125
Hex A0 32 7D

RGB Percentages of Color #a0327d

%47.76
%14.93
%37.31

CMYK Percentages of Color #a0327d

%0
%69
%22
%37

Triadic Colors of #a0327d

#a0327d #7da032 #327da0

Analogous Colors of #a0327d

#a0327d #a03246 #8c32a0

Monochromatic Colors of #a0327d

#a0327d

Complementary Color

#a0327d #32a055

#a0327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0327d Color CSS Codes

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

#a0327d Text Font Color

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

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


#a0327d Background Color

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

This div background color is #a0327d


#a0327d Border Color

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

This div border color is #a0327d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0327d


Comments

No comments written yet.

Please login to write comment.