Color Hex Logo

#0768ea Color Hex

#0768EA
(7,104,234)
0 Favorites   0 Comments

Color spaces of #0768ea

RGB 7104234
HSL0.600.940.47
HSV214°97°92°
CMYK 0.970.560.00   0.08
XYZ19.889215.886379.8600
Yxy15.88630.17200.1374
Hunter Lab39.857619.3218-90.8950
CIE-Lab46.825026.0477-72.0464

#0768ea color RGB value is (7,104,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 11101010
Octal 7 150 352
Decimal 7 104 234
Hex 7 68 EA

RGB Percentages of Color #0768ea

%2.03
%30.14
%67.83

CMYK Percentages of Color #0768ea

%97
%56
%0
%8

Triadic Colors of #0768ea

#0768ea #ea0768 #68ea07

Analogous Colors of #0768ea

#0768ea #1707ea #07daea

Monochromatic Colors of #0768ea

#0768ea

Complementary Color

#0768ea #ea8907

#0768ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0768ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0768ea Color CSS Codes

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

#0768ea Text Font Color

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

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


#0768ea Background Color

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

This div background color is #0768ea


#0768ea Border Color

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

This div border color is #0768ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0768ea


Comments

No comments written yet.

Please login to write comment.