Color Hex Logo

#07006c Color Hex

#07006C
(7,0,108)
0 Favorites   0 Comments

Color spaces of #07006c

RGB 70108
HSL0.681.000.21
HSV244°100°42°
CMYK 0.941.000.00   0.58
XYZ2.79441.127914.2578
Yxy1.12790.15370.0620
Hunter Lab10.620328.3814-72.1632
CIE-Lab10.014542.1879-56.7086

#07006c color RGB value is (7,0,108).

#07006c hex color red value is 7, green value is 0 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #07006c hue: 0.68 , saturation: 1.00 and the lightness value of 07006c is 0.21.

The process color (four color CMYK) of #07006c color hex is 0.94, 1.00, 0.00, 0.58. Web safe color of #07006c is #000066. Color #07006c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000000 01101100
Octal 7 0 154
Decimal 7 0 108
Hex 7 0 6C

RGB Percentages of Color #07006c

%6.09
%0.00
%93.91

CMYK Percentages of Color #07006c

%94
%100
%0
%58

Triadic Colors of #07006c

#07006c #6c0700 #006c07

Analogous Colors of #07006c

#07006c #3d006c #002f6c

Monochromatic Colors of #07006c

#07006c

Complementary Color

#07006c #656c00

#07006c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07006c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07006c Color CSS Codes

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

#07006c Text Font Color

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

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


#07006c Background Color

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

This div background color is #07006c


#07006c Border Color

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

This div border color is #07006c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07006c


Comments

No comments written yet.

Please login to write comment.