Color Hex Logo

#071eeb Color Hex

#071EEB
(7,30,235)
0 Favorites   0 Comments

Color spaces of #071eeb

RGB 730235
HSL0.650.940.47
HSV234°97°92°
CMYK 0.970.870.00   0.08
XYZ15.54736.971979.1235
Yxy6.97190.15300.0686
Hunter Lab26.404458.8960-159.1858
CIE-Lab31.742967.6603-97.4939

#071eeb color RGB value is (7,30,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011110 11101011
Octal 7 36 353
Decimal 7 30 235
Hex 7 1E EB

RGB Percentages of Color #071eeb

%2.57
%11.03
%86.40

CMYK Percentages of Color #071eeb

%97
%87
%0
%8

Triadic Colors of #071eeb

#071eeb #eb071e #1eeb07

Analogous Colors of #071eeb

#071eeb #6207eb #0790eb

Monochromatic Colors of #071eeb

#071eeb

Complementary Color

#071eeb #ebd407

#071eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#071eeb Color CSS Codes

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

#071eeb Text Font Color

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

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


#071eeb Background Color

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

This div background color is #071eeb


#071eeb Border Color

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

This div border color is #071eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071eeb


Comments

No comments written yet.

Please login to write comment.