Color Hex Logo

#075693 Color Hex

#075693
(7,86,147)
0 Favorites   0 Comments

Color spaces of #075693

RGB 786147
HSL0.570.910.30
HSV206°95°58°
CMYK 0.950.410.00   0.42
XYZ8.68198.807328.8462
Yxy8.80730.18740.1901
Hunter Lab29.67710.2845-36.8560
CIE-Lab35.61062.7200-39.4678

#075693 color RGB value is (7,86,147).

#075693 hex color red value is 7, green value is 86 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #075693 hue: 0.57 , saturation: 0.91 and the lightness value of 075693 is 0.30.

The process color (four color CMYK) of #075693 color hex is 0.95, 0.41, 0.00, 0.42. Web safe color of #075693 is #006699. Color #075693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010110 10010011
Octal 7 126 223
Decimal 7 86 147
Hex 7 56 93

RGB Percentages of Color #075693

%2.92
%35.83
%61.25

CMYK Percentages of Color #075693

%95
%41
%0
%42

Triadic Colors of #075693

#075693 #930756 #569307

Analogous Colors of #075693

#075693 #071093 #07938a

Monochromatic Colors of #075693

#075693

Complementary Color

#075693 #934407

#075693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075693 Color CSS Codes

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

#075693 Text Font Color

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

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


#075693 Background Color

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

This div background color is #075693


#075693 Border Color

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

This div border color is #075693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075693


Comments

No comments written yet.

Please login to write comment.