Color Hex Logo

#a70157 Color Hex

#A70157
(167,1,87)
0 Favorites   0 Comments

Color spaces of #a70157

RGB 167187
HSL0.910.990.33
HSV329°99°65°
CMYK 0.000.990.48   0.35
XYZ17.66758.92539.8084
Yxy8.92530.48540.2452
Hunter Lab29.875253.27891.4470
CIE-Lab35.840161.9043-0.2759

#a70157 color RGB value is (167,1,87).

#a70157 hex color red value is 167, green value is 1 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a70157 hue: 0.91 , saturation: 0.99 and the lightness value of a70157 is 0.33.

The process color (four color CMYK) of #a70157 color hex is 0.00, 0.99, 0.48, 0.35. Web safe color of #a70157 is #990066. Color #a70157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000001 01010111
Octal 247 1 127
Decimal 167 1 87
Hex A7 1 57

RGB Percentages of Color #a70157

%65.49
%0.39
%34.12

CMYK Percentages of Color #a70157

%0
%99
%48
%35

Triadic Colors of #a70157

#a70157 #57a701 #0157a7

Analogous Colors of #a70157

#a70157 #a70104 #a401a7

Monochromatic Colors of #a70157

#a70157

Complementary Color

#a70157 #01a751

#a70157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70157 Color CSS Codes

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

#a70157 Text Font Color

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

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


#a70157 Background Color

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

This div background color is #a70157


#a70157 Border Color

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

This div border color is #a70157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70157


Comments

No comments written yet.

Please login to write comment.