Color Hex Logo

#070165 Color Hex

#070165
(7,1,101)
0 Favorites   0 Comments

Color spaces of #070165

RGB 71101
HSL0.680.980.20
HSV244°99°40°
CMYK 0.930.990.00   0.60
XYZ2.44741.006512.3772
Yxy1.00650.15460.0636
Hunter Lab10.032425.9880-66.1244
CIE-Lab9.045539.6927-53.7019

#070165 color RGB value is (7,1,101).

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

The process color (four color CMYK) of #070165 color hex is 0.93, 0.99, 0.00, 0.60. Web safe color of #070165 is #000066. Color #070165 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000001 01100101
Octal 7 1 145
Decimal 7 1 101
Hex 7 1 65

RGB Percentages of Color #070165

%6.42
%0.92
%92.66

CMYK Percentages of Color #070165

%93
%99
%0
%60

Triadic Colors of #070165

#070165 #650701 #016507

Analogous Colors of #070165

#070165 #390165 #012d65

Monochromatic Colors of #070165

#070165

Complementary Color

#070165 #5f6501

#070165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070165 Color CSS Codes

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

#070165 Text Font Color

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

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


#070165 Background Color

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

This div background color is #070165


#070165 Border Color

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

This div border color is #070165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070165


Comments

No comments written yet.

Please login to write comment.