Color Hex Logo

#a0277d Color Hex

#A0277D
(160,39,125)
0 Favorites   0 Comments

Color spaces of #a0277d

RGB 16039125
HSL0.880.610.39
HSV317°76°63°
CMYK 0.000.760.22   0.37
XYZ18.924410.405320.4130
Yxy10.40530.38040.2092
Hunter Lab32.257248.2706-14.9398
CIE-Lab38.560256.7919-20.3973

#a0277d color RGB value is (160,39,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100111 01111101
Octal 240 47 175
Decimal 160 39 125
Hex A0 27 7D

RGB Percentages of Color #a0277d

%49.38
%12.04
%38.58

CMYK Percentages of Color #a0277d

%0
%76
%22
%37

Triadic Colors of #a0277d

#a0277d #7da027 #277da0

Analogous Colors of #a0277d

#a0277d #a02741 #8727a0

Monochromatic Colors of #a0277d

#a0277d

Complementary Color

#a0277d #27a04a

#a0277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0277d Color CSS Codes

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

#a0277d Text Font Color

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

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


#a0277d Background Color

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

This div background color is #a0277d


#a0277d Border Color

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

This div border color is #a0277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0277d


Comments

No comments written yet.

Please login to write comment.