Color Hex Logo

#07063c Color Hex

#07063C
(7,6,60)
0 Favorites   0 Comments

Color spaces of #07063c

RGB 7660
HSL0.670.820.13
HSV241°90°24°
CMYK 0.880.900.00   0.76
XYZ0.96840.50174.3208
Yxy0.50170.16720.0866
Hunter Lab7.083112.0092-31.2098
CIE-Lab4.531819.8957-32.8182

#07063c color RGB value is (7,6,60).

#07063c hex color red value is 7, green value is 6 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #07063c hue: 0.67 , saturation: 0.82 and the lightness value of 07063c is 0.13.

The process color (four color CMYK) of #07063c color hex is 0.88, 0.90, 0.00, 0.76. Web safe color of #07063c is #000033. Color #07063c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 00111100
Octal 7 6 74
Decimal 7 6 60
Hex 7 6 3C

RGB Percentages of Color #07063c

%9.59
%8.22
%82.19

CMYK Percentages of Color #07063c

%88
%90
%0
%76

Triadic Colors of #07063c

#07063c #3c0706 #063c07

Analogous Colors of #07063c

#07063c #22063c #06203c

Monochromatic Colors of #07063c

#07063c

Complementary Color

#07063c #3b3c06

#07063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07063c Color CSS Codes

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

#07063c Text Font Color

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

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


#07063c Background Color

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

This div background color is #07063c


#07063c Border Color

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

This div border color is #07063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07063c


Comments

No comments written yet.

Please login to write comment.