Color Hex Logo

#07033c Color Hex

#07033C
(7,3,60)
0 Favorites   0 Comments

Color spaces of #07033c

RGB 7360
HSL0.680.900.12
HSV244°95°24°
CMYK 0.880.950.00   0.76
XYZ0.93580.43654.3099
Yxy0.43650.16470.0768
Hunter Lab6.606813.7211-34.0526
CIE-Lab3.942921.2040-33.7762

#07033c color RGB value is (7,3,60).

#07033c hex color red value is 7, green value is 3 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #07033c hue: 0.68 , saturation: 0.90 and the lightness value of 07033c is 0.12.

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

Base Numbers

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

RGB Percentages of Color #07033c

%10.00
%4.29
%85.71

CMYK Percentages of Color #07033c

%88
%95
%0
%76

Triadic Colors of #07033c

#07033c #3c0703 #033c07

Analogous Colors of #07033c

#07033c #24033c #031b3c

Monochromatic Colors of #07033c

#07033c

Complementary Color

#07033c #383c03

#07033c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07033c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07033c Color CSS Codes

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

#07033c Text Font Color

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

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


#07033c Background Color

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

This div background color is #07033c


#07033c Border Color

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

This div border color is #07033c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07033c


Comments

No comments written yet.

Please login to write comment.