Color Hex Logo

#701069 Color Hex

#701069
(112,16,105)
0 Favorites   0 Comments

Color spaces of #701069

RGB 11216105
HSL0.850.750.25
HSV304°86°44°
CMYK 0.000.860.06   0.56
XYZ9.41724.835213.8016
Yxy4.83520.33570.1724
Hunter Lab21.989137.9647-21.8214
CIE-Lab26.260049.2099-27.6041

#701069 color RGB value is (112,16,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010000 01101001
Octal 160 20 151
Decimal 112 16 105
Hex 70 10 69

RGB Percentages of Color #701069

%48.07
%6.87
%45.06

CMYK Percentages of Color #701069

%0
%86
%6
%56

Triadic Colors of #701069

#701069 #697010 #106970

Analogous Colors of #701069

#701069 #701039 #471070

Monochromatic Colors of #701069

#701069

Complementary Color

#701069 #107017

#701069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701069 Color CSS Codes

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

#701069 Text Font Color

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

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


#701069 Background Color

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

This div background color is #701069


#701069 Border Color

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

This div border color is #701069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701069


Comments

No comments written yet.

Please login to write comment.