Color Hex Logo

#701766 Color Hex

#701766
(112,23,102)
0 Favorites   0 Comments

Color spaces of #701766

RGB 11223102
HSL0.850.660.26
HSV307°79°44°
CMYK 0.000.790.09   0.56
XYZ9.38685.016813.0440
Yxy5.01680.34200.1828
Hunter Lab22.398235.6102-18.8498
CIE-Lab26.782646.7082-24.8301

#701766 color RGB value is (112,23,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01100110
Octal 160 27 146
Decimal 112 23 102
Hex 70 17 66

RGB Percentages of Color #701766

%47.26
%9.70
%43.04

CMYK Percentages of Color #701766

%0
%79
%9
%56

Triadic Colors of #701766

#701766 #667017 #176670

Analogous Colors of #701766

#701766 #70173a #4e1770

Monochromatic Colors of #701766

#701766

Complementary Color

#701766 #177021

#701766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701766 Color CSS Codes

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

#701766 Text Font Color

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

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


#701766 Background Color

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

This div background color is #701766


#701766 Border Color

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

This div border color is #701766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701766


Comments

No comments written yet.

Please login to write comment.