Color Hex Logo

#a0276c Color Hex

#A0276C
(160,39,108)
0 Favorites   0 Comments

Color spaces of #a0276c

RGB 16039108
HSL0.900.610.39
HSV326°76°63°
CMYK 0.000.760.33   0.37
XYZ17.929510.007315.1740
Yxy10.00730.41590.2321
Hunter Lab31.634345.8091-6.2956
CIE-Lab37.855554.6206-10.8372

#a0276c color RGB value is (160,39,108).

#a0276c hex color red value is 160, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a0276c hue: 0.90 , saturation: 0.61 and the lightness value of a0276c is 0.39.

The process color (four color CMYK) of #a0276c color hex is 0.00, 0.76, 0.33, 0.37. Web safe color of #a0276c is #993366. Color #a0276c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 01101100
Octal 240 47 154
Decimal 160 39 108
Hex A0 27 6C

RGB Percentages of Color #a0276c

%52.12
%12.70
%35.18

CMYK Percentages of Color #a0276c

%0
%76
%33
%37

Triadic Colors of #a0276c

#a0276c #6ca027 #276ca0

Analogous Colors of #a0276c

#a0276c #a02730 #9827a0

Monochromatic Colors of #a0276c

#a0276c

Complementary Color

#a0276c #27a05b

#a0276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0276c Color CSS Codes

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

#a0276c Text Font Color

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

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


#a0276c Background Color

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

This div background color is #a0276c


#a0276c Border Color

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

This div border color is #a0276c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,39,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0276c


Comments

No comments written yet.

Please login to write comment.