Color Hex Logo

#701666 Color Hex

#701666
(112,22,102)
0 Favorites   0 Comments

Color spaces of #701666

RGB 11222102
HSL0.850.670.26
HSV307°80°44°
CMYK 0.000.800.09   0.56
XYZ9.36734.977913.0375
Yxy4.97790.34210.1818
Hunter Lab22.311235.8981-19.0281
CIE-Lab26.671747.0259-25.0049

#701666 color RGB value is (112,22,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010110 01100110
Octal 160 26 146
Decimal 112 22 102
Hex 70 16 66

RGB Percentages of Color #701666

%47.46
%9.32
%43.22

CMYK Percentages of Color #701666

%0
%80
%9
%56

Triadic Colors of #701666

#701666 #667016 #166670

Analogous Colors of #701666

#701666 #701639 #4d1670

Monochromatic Colors of #701666

#701666

Complementary Color

#701666 #167020

#701666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701666 Color CSS Codes

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

#701666 Text Font Color

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

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


#701666 Background Color

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

This div background color is #701666


#701666 Border Color

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

This div border color is #701666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701666


Comments

No comments written yet.

Please login to write comment.