Color Hex Logo

#071fce Color Hex

#071FCE
(7,31,206)
0 Favorites   0 Comments

Color spaces of #071fce

RGB 731206
HSL0.650.930.42
HSV233°97°81°
CMYK 0.970.850.00   0.19
XYZ11.71825.481458.8329
Yxy5.48140.15410.0721
Hunter Lab23.412448.3698-132.6009
CIE-Lab28.064558.9207-86.9252

#071fce color RGB value is (7,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011111 11001110
Octal 7 37 316
Decimal 7 31 206
Hex 7 1F CE

RGB Percentages of Color #071fce

%2.87
%12.70
%84.43

CMYK Percentages of Color #071fce

%97
%85
%0
%19

Triadic Colors of #071fce

#071fce #ce071f #1fce07

Analogous Colors of #071fce

#071fce #5307ce #0783ce

Monochromatic Colors of #071fce

#071fce

Complementary Color

#071fce #ceb607

#071fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#071fce Color CSS Codes

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

#071fce Text Font Color

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

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


#071fce Background Color

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

This div background color is #071fce


#071fce Border Color

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

This div border color is #071fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071fce


Comments

No comments written yet.

Please login to write comment.