Color Hex Logo

#a70372 Color Hex

#A70372
(167,3,114)
0 Favorites   0 Comments

Color spaces of #a70372

RGB 1673114
HSL0.890.960.33
HSV319°98°65°
CMYK 0.000.980.32   0.35
XYZ19.00629.495516.7507
Yxy9.49550.42000.2098
Hunter Lab30.814856.1709-10.6593
CIE-Lab36.921364.2763-15.9217

#a70372 color RGB value is (167,3,114).

#a70372 hex color red value is 167, green value is 3 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a70372 hue: 0.89 , saturation: 0.96 and the lightness value of a70372 is 0.33.

The process color (four color CMYK) of #a70372 color hex is 0.00, 0.98, 0.32, 0.35. Web safe color of #a70372 is #990066. Color #a70372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000011 01110010
Octal 247 3 162
Decimal 167 3 114
Hex A7 3 72

RGB Percentages of Color #a70372

%58.80
%1.06
%40.14

CMYK Percentages of Color #a70372

%0
%98
%32
%35

Triadic Colors of #a70372

#a70372 #72a703 #0372a7

Analogous Colors of #a70372

#a70372 #a70320 #8a03a7

Monochromatic Colors of #a70372

#a70372

Complementary Color

#a70372 #03a738

#a70372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70372 Color CSS Codes

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

#a70372 Text Font Color

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

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


#a70372 Background Color

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

This div background color is #a70372


#a70372 Border Color

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

This div border color is #a70372


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,3,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a70372; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a70372;
  -webkit-box-shadow: 1px 1px 3px 2px #a70372;
  box-shadow:         1px 1px 3px 2px #a70372; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,3,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70372


Comments

No comments written yet.

Please login to write comment.