Color Hex Logo

#071eec Color Hex

#071EEC
(7,30,236)
0 Favorites   0 Comments

Color spaces of #071eec

RGB 730236
HSL0.650.940.48
HSV234°97°93°
CMYK 0.970.870.00   0.07
XYZ15.69227.029879.8867
Yxy7.02980.15290.0685
Hunter Lab26.513859.2463-160.0827
CIE-Lab31.874767.9391-97.8429

#071eec color RGB value is (7,30,236).

#071eec hex color red value is 7, green value is 30 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #071eec hue: 0.65 , saturation: 0.94 and the lightness value of 071eec is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011110 11101100
Octal 7 36 354
Decimal 7 30 236
Hex 7 1E EC

RGB Percentages of Color #071eec

%2.56
%10.99
%86.45

CMYK Percentages of Color #071eec

%97
%87
%0
%7

Triadic Colors of #071eec

#071eec #ec071e #1eec07

Analogous Colors of #071eec

#071eec #6307ec #0791ec

Monochromatic Colors of #071eec

#071eec

Complementary Color

#071eec #ecd507

#071eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#071eec Color CSS Codes

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

#071eec Text Font Color

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

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


#071eec Background Color

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

This div background color is #071eec


#071eec Border Color

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

This div border color is #071eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071eec


Comments

No comments written yet.

Please login to write comment.