Color Hex Logo

#0757ac Color Hex

#0757AC
(7,87,172)
0 Favorites   0 Comments

Color spaces of #0757ac

RGB 787172
HSL0.590.920.35
HSV211°96°67°
CMYK 0.960.490.00   0.33
XYZ10.94229.840140.3523
Yxy9.84010.17900.1610
Hunter Lab31.36897.3692-54.3111
CIE-Lab37.553912.3988-51.3246

#0757ac color RGB value is (7,87,172).

#0757ac hex color red value is 7, green value is 87 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0757ac hue: 0.59 , saturation: 0.92 and the lightness value of 0757ac is 0.35.

The process color (four color CMYK) of #0757ac color hex is 0.96, 0.49, 0.00, 0.33. Web safe color of #0757ac is #006699. Color #0757ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010111 10101100
Octal 7 127 254
Decimal 7 87 172
Hex 7 57 AC

RGB Percentages of Color #0757ac

%2.63
%32.71
%64.66

CMYK Percentages of Color #0757ac

%96
%49
%0
%33

Triadic Colors of #0757ac

#0757ac #ac0757 #57ac07

Analogous Colors of #0757ac

#0757ac #0a07ac #07aaac

Monochromatic Colors of #0757ac

#0757ac

Complementary Color

#0757ac #ac5c07

#0757ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0757ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0757ac Color CSS Codes

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

#0757ac Text Font Color

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

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


#0757ac Background Color

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

This div background color is #0757ac


#0757ac Border Color

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

This div border color is #0757ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,87,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0757ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0757ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0757ac;
  box-shadow:         1px 1px 3px 2px #0757ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0757ac


Comments

No comments written yet.

Please login to write comment.