Color Hex Logo

#0714be Color Hex

#0714BE
(7,20,190)
0 Favorites   0 Comments

Color spaces of #0714be

RGB 720190
HSL0.650.930.39
HSV236°96°75°
CMYK 0.960.890.00   0.25
XYZ9.63204.263249.0304
Yxy4.26320.15310.0677
Hunter Lab20.647547.1365-126.3391
CIE-Lab24.523258.4422-83.4288

#0714be color RGB value is (7,20,190).

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

The process color (four color CMYK) of #0714be color hex is 0.96, 0.89, 0.00, 0.25. Web safe color of #0714be is #0000cc. Color #0714be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010100 10111110
Octal 7 24 276
Decimal 7 20 190
Hex 7 14 BE

RGB Percentages of Color #0714be

%3.23
%9.22
%87.56

CMYK Percentages of Color #0714be

%96
%89
%0
%25

Triadic Colors of #0714be

#0714be #be0714 #14be07

Analogous Colors of #0714be

#0714be #5507be #0770be

Monochromatic Colors of #0714be

#0714be

Complementary Color

#0714be #beb107

#0714be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0714be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0714be Color CSS Codes

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

#0714be Text Font Color

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

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


#0714be Background Color

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

This div background color is #0714be


#0714be Border Color

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

This div border color is #0714be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0714be


Comments

No comments written yet.

Please login to write comment.