Color Hex Logo

#071ecf Color Hex

#071ECF
(7,30,207)
0 Favorites   0 Comments

Color spaces of #071ecf

RGB 730207
HSL0.650.930.42
HSV233°97°81°
CMYK 0.970.860.00   0.19
XYZ11.81445.478759.4663
Yxy5.47870.15390.0714
Hunter Lab23.406649.1356-134.2461
CIE-Lab28.057259.6310-87.5201

#071ecf color RGB value is (7,30,207).

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

The process color (four color CMYK) of #071ecf color hex is 0.97, 0.86, 0.00, 0.19. Web safe color of #071ecf is #0033cc. Color #071ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011110 11001111
Octal 7 36 317
Decimal 7 30 207
Hex 7 1E CF

RGB Percentages of Color #071ecf

%2.87
%12.30
%84.84

CMYK Percentages of Color #071ecf

%97
%86
%0
%19

Triadic Colors of #071ecf

#071ecf #cf071e #1ecf07

Analogous Colors of #071ecf

#071ecf #5407cf #0782cf

Monochromatic Colors of #071ecf

#071ecf

Complementary Color

#071ecf #cfb807

#071ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#071ecf Color CSS Codes

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

#071ecf Text Font Color

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

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


#071ecf Background Color

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

This div background color is #071ecf


#071ecf Border Color

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

This div border color is #071ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071ecf


Comments

No comments written yet.

Please login to write comment.