Color Hex Logo

#701669 Color Hex

#701669
(112,22,105)
0 Favorites   0 Comments

Color spaces of #701669

RGB 11222105
HSL0.850.670.26
HSV305°80°44°
CMYK 0.000.800.06   0.56
XYZ9.51885.038513.8354
Yxy5.03850.33530.1775
Hunter Lab22.446636.4139-20.8319
CIE-Lab26.844247.5210-26.6788

#701669 color RGB value is (112,22,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010110 01101001
Octal 160 26 151
Decimal 112 22 105
Hex 70 16 69

RGB Percentages of Color #701669

%46.86
%9.21
%43.93

CMYK Percentages of Color #701669

%0
%80
%6
%56

Triadic Colors of #701669

#701669 #697016 #166970

Analogous Colors of #701669

#701669 #70163c #4a1670

Monochromatic Colors of #701669

#701669

Complementary Color

#701669 #16701d

#701669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701669 Color CSS Codes

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

#701669 Text Font Color

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

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


#701669 Background Color

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

This div background color is #701669


#701669 Border Color

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

This div border color is #701669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701669


Comments

No comments written yet.

Please login to write comment.