Color Hex Logo

#07064d Color Hex

#07064D
(7,6,77)
0 Favorites   0 Comments

Color spaces of #07064d

RGB 7677
HSL0.670.860.16
HSV241°92°30°
CMYK 0.910.920.00   0.70
XYZ1.49230.71127.0798
Yxy0.71120.16080.0766
Hunter Lab8.433316.8281-43.8712
CIE-Lab6.424228.5453-41.7612

#07064d color RGB value is (7,6,77).

#07064d hex color red value is 7, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #07064d hue: 0.67 , saturation: 0.86 and the lightness value of 07064d is 0.16.

The process color (four color CMYK) of #07064d color hex is 0.91, 0.92, 0.00, 0.70. Web safe color of #07064d is #000066. Color #07064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 01001101
Octal 7 6 115
Decimal 7 6 77
Hex 7 6 4D

RGB Percentages of Color #07064d

%7.78
%6.67
%85.56

CMYK Percentages of Color #07064d

%91
%92
%0
%70

Triadic Colors of #07064d

#07064d #4d0706 #064d07

Analogous Colors of #07064d

#07064d #2a064d #06294d

Monochromatic Colors of #07064d

#07064d

Complementary Color

#07064d #4c4d06

#07064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07064d Color CSS Codes

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

#07064d Text Font Color

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

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


#07064d Background Color

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

This div background color is #07064d


#07064d Border Color

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

This div border color is #07064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07064d


Comments

No comments written yet.

Please login to write comment.