Color Hex Logo

#a70b5b Color Hex

#A70B5B
(167,11,91)
0 Favorites   0 Comments

Color spaces of #a70b5b

RGB 1671191
HSL0.910.880.35
HSV329°93°65°
CMYK 0.000.930.46   0.35
XYZ17.94439.210210.7295
Yxy9.21020.47370.2431
Hunter Lab30.348352.43360.2821
CIE-Lab36.385961.0341-2.0578

#a70b5b color RGB value is (167,11,91).

#a70b5b hex color red value is 167, green value is 11 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a70b5b hue: 0.91 , saturation: 0.88 and the lightness value of a70b5b is 0.35.

The process color (four color CMYK) of #a70b5b color hex is 0.00, 0.93, 0.46, 0.35. Web safe color of #a70b5b is #990066. Color #a70b5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001011 01011011
Octal 247 13 133
Decimal 167 11 91
Hex A7 B 5B

RGB Percentages of Color #a70b5b

%62.08
%4.09
%33.83

CMYK Percentages of Color #a70b5b

%0
%93
%46
%35

Triadic Colors of #a70b5b

#a70b5b #5ba70b #0b5ba7

Analogous Colors of #a70b5b

#a70b5b #a70b0d #a50ba7

Monochromatic Colors of #a70b5b

#a70b5b

Complementary Color

#a70b5b #0ba757

#a70b5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70b5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70b5b Color CSS Codes

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

#a70b5b Text Font Color

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

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


#a70b5b Background Color

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

This div background color is #a70b5b


#a70b5b Border Color

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

This div border color is #a70b5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70b5b


Comments

No comments written yet.

Please login to write comment.