Color Hex Logo

#701065 Color Hex

#701065
(112,16,101)
0 Favorites   0 Comments

Color spaces of #701065

RGB 11216101
HSL0.850.750.25
HSV307°86°44°
CMYK 0.000.860.10   0.56
XYZ9.21634.754912.7440
Yxy4.75490.34500.1780
Hunter Lab21.805737.2839-19.3870
CIE-Lab26.024748.5668-25.3750

#701065 color RGB value is (112,16,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010000 01100101
Octal 160 20 145
Decimal 112 16 101
Hex 70 10 65

RGB Percentages of Color #701065

%48.91
%6.99
%44.10

CMYK Percentages of Color #701065

%0
%86
%10
%56

Triadic Colors of #701065

#701065 #657010 #106570

Analogous Colors of #701065

#701065 #701035 #4b1070

Monochromatic Colors of #701065

#701065

Complementary Color

#701065 #10701b

#701065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701065 Color CSS Codes

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

#701065 Text Font Color

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

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


#701065 Background Color

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

This div background color is #701065


#701065 Border Color

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

This div border color is #701065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701065


Comments

No comments written yet.

Please login to write comment.