Color Hex Logo

#071fff Color Hex

#071FFF
(7,31,255)
0 Favorites   0 Comments

Color spaces of #071fff

RGB 731255
HSL0.651.000.51
HSV234°97°100°
CMYK 0.970.880.00   0.00
XYZ18.62768.245195.2174
Yxy8.24510.15260.0675
Hunter Lab28.714365.5470-176.5074
CIE-Lab34.488272.8093-104.2075

#071fff color RGB value is (7,31,255).

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

The process color (four color CMYK) of #071fff color hex is 0.97, 0.88, 0.00, 0.00. Web safe color of #071fff is #0033ff. Color #071fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011111 11111111
Octal 7 37 377
Decimal 7 31 255
Hex 7 1F FF

RGB Percentages of Color #071fff

%2.39
%10.58
%87.03

CMYK Percentages of Color #071fff

%97
%88
%0
%0

Triadic Colors of #071fff

#071fff #ff071f #1fff07

Analogous Colors of #071fff

#071fff #6b07ff #079bff

Monochromatic Colors of #071fff

#071fff

Complementary Color

#071fff #ffe707

#071fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#071fff Color CSS Codes

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

#071fff Text Font Color

<p style="color:#071fff">Text here</p>

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


#071fff Background Color

<div style="background-color:#071fff">
Div content here</div>

This div background color is #071fff


#071fff Border Color

<div style="border:3px solid #071fff">
Div here</div>

This div border color is #071fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071fff


Comments

No comments written yet.

Please login to write comment.