Color Hex Logo

#07053c Color Hex

#07053C
(7,5,60)
0 Favorites   0 Comments

Color spaces of #07053c

RGB 7560
HSL0.670.850.13
HSV242°92°24°
CMYK 0.880.920.00   0.76
XYZ0.95750.48004.3171
Yxy0.48000.16640.0834
Hunter Lab6.928212.5449-32.0950
CIE-Lab4.335820.3323-33.1366

#07053c color RGB value is (7,5,60).

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

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

Base Numbers

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

RGB Percentages of Color #07053c

%9.72
%6.94
%83.33

CMYK Percentages of Color #07053c

%88
%92
%0
%76

Triadic Colors of #07053c

#07053c #3c0705 #053c07

Analogous Colors of #07053c

#07053c #23053c #051e3c

Monochromatic Colors of #07053c

#07053c

Complementary Color

#07053c #3a3c05

#07053c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07053c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07053c Color CSS Codes

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

#07053c Text Font Color

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

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


#07053c Background Color

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

This div background color is #07053c


#07053c Border Color

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

This div border color is #07053c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07053c

#07053c Color Palettes


Comments

No comments written yet.

Please login to write comment.