Color Hex Logo

#701773 Color Hex

#701773
(112,23,115)
0 Favorites   0 Comments

Color spaces of #701773

RGB 11223115
HSL0.830.670.27
HSV298°80°45°
CMYK 0.030.800.00   0.55
XYZ10.08305.295316.7103
Yxy5.29530.31420.1650
Hunter Lab23.011537.9435-26.9466
CIE-Lab27.560048.9352-31.9756

#701773 color RGB value is (112,23,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01110011
Octal 160 27 163
Decimal 112 23 115
Hex 70 17 73

RGB Percentages of Color #701773

%44.80
%9.20
%46.00

CMYK Percentages of Color #701773

%3
%80
%0
%55

Triadic Colors of #701773

#701773 #737017 #177370

Analogous Colors of #701773

#701773 #731748 #421773

Monochromatic Colors of #701773

#701773

Complementary Color

#701773 #1a7317

#701773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701773 Color CSS Codes

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

#701773 Text Font Color

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

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


#701773 Background Color

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

This div background color is #701773


#701773 Border Color

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

This div border color is #701773


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,23,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 #701773">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701773


Comments

No comments written yet.

Please login to write comment.