Color Hex Logo

#075aab Color Hex

#075AAB
(7,90,171)
0 Favorites   0 Comments

Color spaces of #075aab

RGB 790171
HSL0.580.920.35
HSV210°96°67°
CMYK 0.960.470.00   0.33
XYZ11.094510.297839.9310
Yxy10.29780.18090.1679
Hunter Lab32.09025.5548-51.3136
CIE-Lab38.37179.9972-49.4130

#075aab color RGB value is (7,90,171).

#075aab hex color red value is 7, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #075aab hue: 0.58 , saturation: 0.92 and the lightness value of 075aab is 0.35.

The process color (four color CMYK) of #075aab color hex is 0.96, 0.47, 0.00, 0.33. Web safe color of #075aab is #006699. Color #075aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011010 10101011
Octal 7 132 253
Decimal 7 90 171
Hex 7 5A AB

RGB Percentages of Color #075aab

%2.61
%33.58
%63.81

CMYK Percentages of Color #075aab

%96
%47
%0
%33

Triadic Colors of #075aab

#075aab #ab075a #5aab07

Analogous Colors of #075aab

#075aab #0708ab #07abaa

Monochromatic Colors of #075aab

#075aab

Complementary Color

#075aab #ab5807

#075aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#075aab Color CSS Codes

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

#075aab Text Font Color

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

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


#075aab Background Color

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

This div background color is #075aab


#075aab Border Color

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

This div border color is #075aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,90,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075aab;
  -webkit-box-shadow: 1px 1px 3px 2px #075aab;
  box-shadow:         1px 1px 3px 2px #075aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075aab


Comments

No comments written yet.

Please login to write comment.