Color Hex Logo

#075bab Color Hex

#075BAB
(7,91,171)
0 Favorites   0 Comments

Color spaces of #075bab

RGB 791171
HSL0.580.920.35
HSV209°96°67°
CMYK 0.960.470.00   0.33
XYZ11.179410.467639.9593
Yxy10.46760.18150.1699
Hunter Lab32.35375.0595-50.5802
CIE-Lab38.66899.3378-48.9343

#075bab color RGB value is (7,91,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011011 10101011
Octal 7 133 253
Decimal 7 91 171
Hex 7 5B AB

RGB Percentages of Color #075bab

%2.60
%33.83
%63.57

CMYK Percentages of Color #075bab

%96
%47
%0
%33

Triadic Colors of #075bab

#075bab #ab075b #5bab07

Analogous Colors of #075bab

#075bab #0709ab #07aba9

Monochromatic Colors of #075bab

#075bab

Complementary Color

#075bab #ab5707

#075bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#075bab Color CSS Codes

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

#075bab Text Font Color

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

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


#075bab Background Color

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

This div background color is #075bab


#075bab Border Color

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

This div border color is #075bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075bab


Comments

No comments written yet.

Please login to write comment.