Color Hex Logo

#070bcf Color Hex

#070BCF
(7,11,207)
0 Favorites   0 Comments

Color spaces of #070bcf

RGB 711207
HSL0.660.930.42
HSV239°97°81°
CMYK 0.970.950.00   0.19
XYZ11.46984.789559.3514
Yxy4.78950.15170.0633
Hunter Lab21.884955.2525-145.4736
CIE-Lab26.126465.5033-90.7437

#070bcf color RGB value is (7,11,207).

#070bcf hex color red value is 7, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #070bcf hue: 0.66 , saturation: 0.93 and the lightness value of 070bcf is 0.42.

The process color (four color CMYK) of #070bcf color hex is 0.97, 0.95, 0.00, 0.19. Web safe color of #070bcf is #0000cc. Color #070bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001011 11001111
Octal 7 13 317
Decimal 7 11 207
Hex 7 B CF

RGB Percentages of Color #070bcf

%3.11
%4.89
%92.00

CMYK Percentages of Color #070bcf

%97
%95
%0
%19

Triadic Colors of #070bcf

#070bcf #cf070b #0bcf07

Analogous Colors of #070bcf

#070bcf #6707cf #076fcf

Monochromatic Colors of #070bcf

#070bcf

Complementary Color

#070bcf #cfcb07

#070bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#070bcf Color CSS Codes

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

#070bcf Text Font Color

<p style="color:#070bcf">Text here</p>

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


#070bcf Background Color

<div style="background-color:#070bcf">
Div content here</div>

This div background color is #070bcf


#070bcf Border Color

<div style="border:3px solid #070bcf">
Div here</div>

This div border color is #070bcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,11,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070bcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070bcf;
  -webkit-box-shadow: 1px 1px 3px 2px #070bcf;
  box-shadow:         1px 1px 3px 2px #070bcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070bcf


Comments

No comments written yet.

Please login to write comment.