Color Hex Logo

#a70897 Color Hex

#A70897
(167,8,151)
0 Favorites   0 Comments

Color spaces of #a70897

RGB 1678151
HSL0.850.910.34
HSV306°95°65°
CMYK 0.000.950.10   0.35
XYZ21.609110.623530.1898
Yxy10.62350.34620.1702
Hunter Lab32.593761.3036-32.1015
CIE-Lab38.939068.3600-35.6934

#a70897 color RGB value is (167,8,151).

#a70897 hex color red value is 167, green value is 8 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a70897 hue: 0.85 , saturation: 0.91 and the lightness value of a70897 is 0.34.

The process color (four color CMYK) of #a70897 color hex is 0.00, 0.95, 0.10, 0.35. Web safe color of #a70897 is #990099. Color #a70897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001000 10010111
Octal 247 10 227
Decimal 167 8 151
Hex A7 8 97

RGB Percentages of Color #a70897

%51.23
%2.45
%46.32

CMYK Percentages of Color #a70897

%0
%95
%10
%35

Triadic Colors of #a70897

#a70897 #97a708 #0897a7

Analogous Colors of #a70897

#a70897 #a70848 #6808a7

Monochromatic Colors of #a70897

#a70897

Complementary Color

#a70897 #08a718

#a70897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70897 Color CSS Codes

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

#a70897 Text Font Color

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

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


#a70897 Background Color

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

This div background color is #a70897


#a70897 Border Color

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

This div border color is #a70897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70897


Comments

No comments written yet.

Please login to write comment.