Color Hex Logo

#0769ea Color Hex

#0769EA
(7,105,234)
0 Favorites   0 Comments

Color spaces of #0769ea

RGB 7105234
HSL0.590.940.47
HSV214°97°92°
CMYK 0.970.550.00   0.08
XYZ19.990516.088879.8937
Yxy16.08880.17240.1387
Hunter Lab40.110818.7671-90.0176
CIE-Lab47.090825.4050-71.6135

#0769ea color RGB value is (7,105,234).

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

The process color (four color CMYK) of #0769ea color hex is 0.97, 0.55, 0.00, 0.08. Web safe color of #0769ea is #0066ff. Color #0769ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 11101010
Octal 7 151 352
Decimal 7 105 234
Hex 7 69 EA

RGB Percentages of Color #0769ea

%2.02
%30.35
%67.63

CMYK Percentages of Color #0769ea

%97
%55
%0
%8

Triadic Colors of #0769ea

#0769ea #ea0769 #69ea07

Analogous Colors of #0769ea

#0769ea #1707ea #07dbea

Monochromatic Colors of #0769ea

#0769ea

Complementary Color

#0769ea #ea8807

#0769ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0769ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0769ea Color CSS Codes

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

#0769ea Text Font Color

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

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


#0769ea Background Color

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

This div background color is #0769ea


#0769ea Border Color

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

This div border color is #0769ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0769ea


Comments

No comments written yet.

Please login to write comment.