Color Hex Logo

#071fcf Color Hex

#071FCF
(7,31,207)
0 Favorites   0 Comments

Color spaces of #071fcf

RGB 731207
HSL0.650.930.42
HSV233°97°81°
CMYK 0.970.850.00   0.19
XYZ11.84015.530159.4749
Yxy5.53010.15410.0720
Hunter Lab23.516248.7193-133.4894
CIE-Lab28.194659.2198-87.2912

#071fcf color RGB value is (7,31,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011111 11001111
Octal 7 37 317
Decimal 7 31 207
Hex 7 1F CF

RGB Percentages of Color #071fcf

%2.86
%12.65
%84.49

CMYK Percentages of Color #071fcf

%97
%85
%0
%19

Triadic Colors of #071fcf

#071fcf #cf071f #1fcf07

Analogous Colors of #071fcf

#071fcf #5307cf #0783cf

Monochromatic Colors of #071fcf

#071fcf

Complementary Color

#071fcf #cfb707

#071fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#071fcf Color CSS Codes

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

#071fcf Text Font Color

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

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


#071fcf Background Color

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

This div background color is #071fcf


#071fcf Border Color

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

This div border color is #071fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071fcf


Comments

No comments written yet.

Please login to write comment.