Color Hex Logo

#076cbe Color Hex

#076CBE
(7,108,190)
0 Favorites   0 Comments

Color spaces of #076cbe

RGB 7108190
HSL0.570.930.39
HSV207°96°75°
CMYK 0.960.430.00   0.25
XYZ14.744414.488050.7345
Yxy14.48800.18440.1812
Hunter Lab38.06312.5346-52.3838
CIE-Lab44.92486.0510-50.0094

#076cbe color RGB value is (7,108,190).

#076cbe hex color red value is 7, green value is 108 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #076cbe hue: 0.57 , saturation: 0.93 and the lightness value of 076cbe is 0.39.

The process color (four color CMYK) of #076cbe color hex is 0.96, 0.43, 0.00, 0.25. Web safe color of #076cbe is #0066cc. Color #076cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101100 10111110
Octal 7 154 276
Decimal 7 108 190
Hex 7 6C BE

RGB Percentages of Color #076cbe

%2.30
%35.41
%62.30

CMYK Percentages of Color #076cbe

%96
%43
%0
%25

Triadic Colors of #076cbe

#076cbe #be076c #6cbe07

Analogous Colors of #076cbe

#076cbe #0711be #07beb5

Monochromatic Colors of #076cbe

#076cbe

Complementary Color

#076cbe #be5907

#076cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#076cbe Color CSS Codes

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

#076cbe Text Font Color

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

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


#076cbe Background Color

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

This div background color is #076cbe


#076cbe Border Color

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

This div border color is #076cbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,108,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076cbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076cbe;
  -webkit-box-shadow: 1px 1px 3px 2px #076cbe;
  box-shadow:         1px 1px 3px 2px #076cbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076cbe


Comments

No comments written yet.

Please login to write comment.