Color Hex Logo

#070cff Color Hex

#070CFF
(7,12,255)
0 Favorites   0 Comments

Color spaces of #070cff

RGB 712255
HSL0.661.000.51
HSV239°97°100°
CMYK 0.970.950.00   0.00
XYZ18.26917.528195.0979
Yxy7.52810.15110.0623
Hunter Lab27.437470.8383-186.2928
CIE-Lab32.980177.4345-106.7276

#070cff color RGB value is (7,12,255).

#070cff hex color red value is 7, green value is 12 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #070cff hue: 0.66 , saturation: 1.00 and the lightness value of 070cff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001100 11111111
Octal 7 14 377
Decimal 7 12 255
Hex 7 C FF

RGB Percentages of Color #070cff

%2.55
%4.38
%93.07

CMYK Percentages of Color #070cff

%97
%95
%0
%0

Triadic Colors of #070cff

#070cff #ff070c #0cff07

Analogous Colors of #070cff

#070cff #7e07ff #0788ff

Monochromatic Colors of #070cff

#070cff

Complementary Color

#070cff #fffa07

#070cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#070cff Color CSS Codes

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

#070cff Text Font Color

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

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


#070cff Background Color

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

This div background color is #070cff


#070cff Border Color

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

This div border color is #070cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070cff


Comments

No comments written yet.

Please login to write comment.