Color Hex Logo

#700165 Color Hex

#700165
(112,1,101)
0 Favorites   0 Comments

Color spaces of #700165

RGB 1121101
HSL0.850.980.22
HSV306°99°44°
CMYK 0.000.990.10   0.56
XYZ9.04194.406012.6858
Yxy4.40600.34600.1686
Hunter Lab20.990540.1577-21.1392
CIE-Lab24.970651.6522-27.0433

#700165 color RGB value is (112,1,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00000001 01100101
Octal 160 1 145
Decimal 112 1 101
Hex 70 1 65

RGB Percentages of Color #700165

%52.34
%0.47
%47.20

CMYK Percentages of Color #700165

%0
%99
%10
%56

Triadic Colors of #700165

#700165 #657001 #016570

Analogous Colors of #700165

#700165 #70012d #440170

Monochromatic Colors of #700165

#700165

Complementary Color

#700165 #01700c

#700165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#700165 Color CSS Codes

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

#700165 Text Font Color

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

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


#700165 Background Color

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

This div background color is #700165


#700165 Border Color

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

This div border color is #700165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #700165


Comments

No comments written yet.

Please login to write comment.