Color Hex Logo

#071aff Color Hex

#071AFF
(7,26,255)
0 Favorites   0 Comments

Color spaces of #071aff

RGB 726255
HSL0.651.000.51
HSV235°97°100°
CMYK 0.970.900.00   0.00
XYZ18.50708.004095.1772
Yxy8.00400.15210.0658
Hunter Lab28.291367.2573-179.6584
CIE-Lab33.991274.3234-105.0375

#071aff color RGB value is (7,26,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011010 11111111
Octal 7 32 377
Decimal 7 26 255
Hex 7 1A FF

RGB Percentages of Color #071aff

%2.43
%9.03
%88.54

CMYK Percentages of Color #071aff

%97
%90
%0
%0

Triadic Colors of #071aff

#071aff #ff071a #1aff07

Analogous Colors of #071aff

#071aff #7007ff #0796ff

Monochromatic Colors of #071aff

#071aff

Complementary Color

#071aff #ffec07

#071aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#071aff Color CSS Codes

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

#071aff Text Font Color

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

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


#071aff Background Color

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

This div background color is #071aff


#071aff Border Color

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

This div border color is #071aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071aff


Comments

No comments written yet.

Please login to write comment.