Color Hex Logo

#701165 Color Hex

#701165
(112,17,101)
0 Favorites   0 Comments

Color spaces of #701165

RGB 11217101
HSL0.850.740.25
HSV307°85°44°
CMYK 0.000.850.10   0.56
XYZ9.23154.785212.7490
Yxy4.78520.34490.1788
Hunter Lab21.875137.0473-19.2422
CIE-Lab26.113848.3091-25.2342

#701165 color RGB value is (112,17,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 01100101
Octal 160 21 145
Decimal 112 17 101
Hex 70 11 65

RGB Percentages of Color #701165

%48.70
%7.39
%43.91

CMYK Percentages of Color #701165

%0
%85
%10
%56

Triadic Colors of #701165

#701165 #657011 #116570

Analogous Colors of #701165

#701165 #701136 #4c1170

Monochromatic Colors of #701165

#701165

Complementary Color

#701165 #11701c

#701165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701165 Color CSS Codes

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

#701165 Text Font Color

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

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


#701165 Background Color

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

This div background color is #701165


#701165 Border Color

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

This div border color is #701165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701165


Comments

No comments written yet.

Please login to write comment.