Color Hex Logo

#076881 Color Hex

#076881
(7,104,129)
0 Favorites   0 Comments

Color spaces of #076881

RGB 7104129
HSL0.530.900.27
HSV192°95°51°
CMYK 0.950.190.00   0.49
XYZ9.000411.530822.5202
Yxy11.53080.20910.2678
Hunter Lab33.9570-12.1129-15.5510
CIE-Lab40.4605-15.4640-20.9315

#076881 color RGB value is (7,104,129).

#076881 hex color red value is 7, green value is 104 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #076881 hue: 0.53 , saturation: 0.90 and the lightness value of 076881 is 0.27.

The process color (four color CMYK) of #076881 color hex is 0.95, 0.19, 0.00, 0.49. Web safe color of #076881 is #006699. Color #076881 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 10000001
Octal 7 150 201
Decimal 7 104 129
Hex 7 68 81

RGB Percentages of Color #076881

%2.92
%43.33
%53.75

CMYK Percentages of Color #076881

%95
%19
%0
%49

Triadic Colors of #076881

#076881 #810768 #688107

Analogous Colors of #076881

#076881 #072b81 #07815d

Monochromatic Colors of #076881

#076881

Complementary Color

#076881 #812007

#076881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076881 Color CSS Codes

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

#076881 Text Font Color

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

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


#076881 Background Color

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

This div background color is #076881


#076881 Border Color

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

This div border color is #076881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076881


Comments

No comments written yet.

Please login to write comment.