Color Hex Logo

#0781aa Color Hex

#0781AA
(7,129,170)
0 Favorites   0 Comments

Color spaces of #0781aa

RGB 7129170
HSL0.540.920.35
HSV195°96°67°
CMYK 0.960.240.00   0.33
XYZ15.193618.648040.8288
Yxy18.64800.20350.2497
Hunter Lab43.1833-12.7675-25.8289
CIE-Lab50.2728-14.2998-29.9587

#0781aa color RGB value is (7,129,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000001 10101010
Octal 7 201 252
Decimal 7 129 170
Hex 7 81 AA

RGB Percentages of Color #0781aa

%2.29
%42.16
%55.56

CMYK Percentages of Color #0781aa

%96
%24
%0
%33

Triadic Colors of #0781aa

#0781aa #aa0781 #81aa07

Analogous Colors of #0781aa

#0781aa #072faa #07aa82

Monochromatic Colors of #0781aa

#0781aa

Complementary Color

#0781aa #aa3007

#0781aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0781aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0781aa Color CSS Codes

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

#0781aa Text Font Color

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

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


#0781aa Background Color

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

This div background color is #0781aa


#0781aa Border Color

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

This div border color is #0781aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0781aa


Comments

No comments written yet.

Please login to write comment.