Color Hex Logo

#0783aa Color Hex

#0783AA
(7,131,170)
0 Favorites   0 Comments

Color spaces of #0783aa

RGB 7131170
HSL0.540.920.35
HSV194°96°67°
CMYK 0.960.230.00   0.33
XYZ15.459619.180040.9175
Yxy19.18000.20460.2538
Hunter Lab43.7950-13.6308-24.7380
CIE-Lab50.8971-15.4164-28.9867

#0783aa color RGB value is (7,131,170).

#0783aa hex color red value is 7, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0783aa hue: 0.54 , saturation: 0.92 and the lightness value of 0783aa is 0.35.

The process color (four color CMYK) of #0783aa color hex is 0.96, 0.23, 0.00, 0.33. Web safe color of #0783aa is #009999. Color #0783aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000011 10101010
Octal 7 203 252
Decimal 7 131 170
Hex 7 83 AA

RGB Percentages of Color #0783aa

%2.27
%42.53
%55.19

CMYK Percentages of Color #0783aa

%96
%23
%0
%33

Triadic Colors of #0783aa

#0783aa #aa0783 #83aa07

Analogous Colors of #0783aa

#0783aa #0732aa #07aa80

Monochromatic Colors of #0783aa

#0783aa

Complementary Color

#0783aa #aa2e07

#0783aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0783aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0783aa Color CSS Codes

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

#0783aa Text Font Color

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

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


#0783aa Background Color

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

This div background color is #0783aa


#0783aa Border Color

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

This div border color is #0783aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,131,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0783aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0783aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0783aa;
  box-shadow:         1px 1px 3px 2px #0783aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0783aa


Comments

No comments written yet.

Please login to write comment.