color codes Logo

#a0073f color codes

#A0073F
(160,7,63)
0 Favorites   0 Comments

Color spaces of #a0073f

RGB 160763
HSL0.940.920.33
HSV338°96°63°
CMYK 0.000.960.61   0.37
XYZ15.47047.98445.4284
Yxy7.98440.53560.2764
Hunter Lab28.256748.27878.3895
CIE-Lab33.950457.693612.5118

#a0073f color RGB value is (160,7,63).

#a0073f hex color red value is 160, green value is 7 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #a0073f hue: 0.94 , saturation: 0.92 and the lightness value of a0073f is 0.33.

The process color (four color CMYK) of #a0073f color code is 0.00, 0.96, 0.61, 0.37. Web safe color of #a0073f is #990033. Color #a0073f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00000111 00111111
Octal 240 7 77
Decimal 160 7 63
Hex A0 7 3F

RGB Percentages of Color #a0073f

%69.57
%3.04
%27.39

CMYK Percentages of Color #a0073f

%0
%96
%61
%37

Triadic Colors of #a0073f

#a0073f #3fa007 #073fa0

Analogous Colors of #a0073f

#a0073f #a01c07 #a0078c

Monochromatic Colors of #a0073f

#a0073f

Complementary Color

#a0073f #07a068

#a0073f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0073f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0073f Color CSS Codes

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

#a0073f Text Font Color

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

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


#a0073f Background Color

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

This div background color is #a0073f


#a0073f Border Color

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

This div border color is #a0073f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0073f


Comments

No comments written yet.

Please login to write comment.