Color Hex Logo

#701750 Color Hex

#701750
(112,23,80)
0 Favorites   0 Comments

Color spaces of #701750

RGB 1122380
HSL0.890.660.26
HSV322°79°44°
CMYK 0.000.790.29   0.56
XYZ8.43654.63678.0397
Yxy4.63670.39960.2196
Hunter Lab21.533032.2525-7.0638
CIE-Lab25.673643.4100-12.0544

#701750 color RGB value is (112,23,80).

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

The process color (four color CMYK) of #701750 color hex is 0.00, 0.79, 0.29, 0.56. Web safe color of #701750 is #660066. Color #701750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01010000
Octal 160 27 120
Decimal 112 23 80
Hex 70 17 50

RGB Percentages of Color #701750

%52.09
%10.70
%37.21

CMYK Percentages of Color #701750

%0
%79
%29
%56

Triadic Colors of #701750

#701750 #507017 #175070

Analogous Colors of #701750

#701750 #701723 #641770

Monochromatic Colors of #701750

#701750

Complementary Color

#701750 #177037

#701750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701750 Color CSS Codes

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

#701750 Text Font Color

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

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


#701750 Background Color

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

This div background color is #701750


#701750 Border Color

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

This div border color is #701750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701750


Comments

No comments written yet.

Please login to write comment.