Color Hex Logo

#0769dc Color Hex

#0769DC
(7,105,220)
0 Favorites   0 Comments

Color spaces of #0769dc

RGB 7105220
HSL0.590.940.45
HSV212°97°86°
CMYK 0.970.520.00   0.14
XYZ18.057515.315669.7146
Yxy15.31560.17520.1486
Hunter Lab39.135213.8759-78.2235
CIE-Lab46.063519.9223-65.3731

#0769dc color RGB value is (7,105,220).

#0769dc hex color red value is 7, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0769dc hue: 0.59 , saturation: 0.94 and the lightness value of 0769dc is 0.45.

The process color (four color CMYK) of #0769dc color hex is 0.97, 0.52, 0.00, 0.14. Web safe color of #0769dc is #0066cc. Color #0769dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 11011100
Octal 7 151 334
Decimal 7 105 220
Hex 7 69 DC

RGB Percentages of Color #0769dc

%2.11
%31.63
%66.27

CMYK Percentages of Color #0769dc

%97
%52
%0
%14

Triadic Colors of #0769dc

#0769dc #dc0769 #69dc07

Analogous Colors of #0769dc

#0769dc #0f07dc #07d4dc

Monochromatic Colors of #0769dc

#0769dc

Complementary Color

#0769dc #dc7a07

#0769dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0769dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0769dc Color CSS Codes

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

#0769dc Text Font Color

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

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


#0769dc Background Color

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

This div background color is #0769dc


#0769dc Border Color

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

This div border color is #0769dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,105,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0769dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0769dc;
  -webkit-box-shadow: 1px 1px 3px 2px #0769dc;
  box-shadow:         1px 1px 3px 2px #0769dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0769dc


Comments

No comments written yet.

Please login to write comment.