Color Hex Logo

#070658 Color Hex

#070658
(7,6,88)
0 Favorites   0 Comments

Color spaces of #070658

RGB 7688
HSL0.670.870.18
HSV241°93°35°
CMYK 0.920.930.00   0.65
XYZ1.91420.88009.3015
Yxy0.88000.15830.0728
Hunter Lab9.380820.0073-52.2220
CIE-Lab7.949032.8074-46.7921

#070658 color RGB value is (7,6,88).

#070658 hex color red value is 7, green value is 6 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #070658 hue: 0.67 , saturation: 0.87 and the lightness value of 070658 is 0.18.

The process color (four color CMYK) of #070658 color hex is 0.92, 0.93, 0.00, 0.65. Web safe color of #070658 is #000066. Color #070658 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 01011000
Octal 7 6 130
Decimal 7 6 88
Hex 7 6 58

RGB Percentages of Color #070658

%6.93
%5.94
%87.13

CMYK Percentages of Color #070658

%92
%93
%0
%65

Triadic Colors of #070658

#070658 #580706 #065807

Analogous Colors of #070658

#070658 #300658 #062e58

Monochromatic Colors of #070658

#070658

Complementary Color

#070658 #575806

#070658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070658 Color CSS Codes

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

#070658 Text Font Color

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

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


#070658 Background Color

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

This div background color is #070658


#070658 Border Color

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

This div border color is #070658


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,6,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070658


Comments

No comments written yet.

Please login to write comment.