Color Hex Logo

#701973 Color Hex

#701973
(112,25,115)
0 Favorites   0 Comments

Color spaces of #701973

RGB 11225115
HSL0.830.640.27
HSV298°78°45°
CMYK 0.030.780.00   0.55
XYZ10.12425.377816.7241
Yxy5.37780.31420.1669
Hunter Lab23.190137.3459-26.5254
CIE-Lab27.785148.2871-31.6170

#701973 color RGB value is (112,25,115).

#701973 hex color red value is 112, green value is 25 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #701973 hue: 0.83 , saturation: 0.64 and the lightness value of 701973 is 0.27.

The process color (four color CMYK) of #701973 color hex is 0.03, 0.78, 0.00, 0.55. Web safe color of #701973 is #660066. Color #701973 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 01110011
Octal 160 31 163
Decimal 112 25 115
Hex 70 19 73

RGB Percentages of Color #701973

%44.44
%9.92
%45.63

CMYK Percentages of Color #701973

%3
%78
%0
%55

Triadic Colors of #701973

#701973 #737019 #197370

Analogous Colors of #701973

#701973 #731949 #431973

Monochromatic Colors of #701973

#701973

Complementary Color

#701973 #1c7319

#701973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701973 Color CSS Codes

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

#701973 Text Font Color

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

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


#701973 Background Color

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

This div background color is #701973


#701973 Border Color

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

This div border color is #701973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701973


Comments

No comments written yet.

Please login to write comment.