Color Hex Logo

#701553 Color Hex

#701553
(112,21,83)
0 Favorites   0 Comments

Color spaces of #701553

RGB 1122183
HSL0.890.680.26
HSV319°81°44°
CMYK 0.000.810.26   0.56
XYZ8.51164.60568.6240
Yxy4.60560.39150.2118
Hunter Lab21.460733.2395-8.8033
CIE-Lab25.580244.4723-14.2007

#701553 color RGB value is (112,21,83).

#701553 hex color red value is 112, green value is 21 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #701553 hue: 0.89 , saturation: 0.68 and the lightness value of 701553 is 0.26.

The process color (four color CMYK) of #701553 color hex is 0.00, 0.81, 0.26, 0.56. Web safe color of #701553 is #660066. Color #701553 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 01010011
Octal 160 25 123
Decimal 112 21 83
Hex 70 15 53

RGB Percentages of Color #701553

%51.85
%9.72
%38.43

CMYK Percentages of Color #701553

%0
%81
%26
%56

Triadic Colors of #701553

#701553 #537015 #155370

Analogous Colors of #701553

#701553 #701526 #5f1570

Monochromatic Colors of #701553

#701553

Complementary Color

#701553 #157032

#701553 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701553 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701553 Color CSS Codes

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

#701553 Text Font Color

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

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


#701553 Background Color

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

This div background color is #701553


#701553 Border Color

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

This div border color is #701553


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,21,83, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #701553; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #701553;
  -webkit-box-shadow: 1px 1px 3px 2px #701553;
  box-shadow:         1px 1px 3px 2px #701553; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,21,83, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701553


Comments

No comments written yet.

Please login to write comment.