Color Hex Logo

#071dbf Color Hex

#071DBF
(7,29,191)
0 Favorites   0 Comments

Color spaces of #071dbf

RGB 729191
HSL0.650.930.39
HSV233°96°75°
CMYK 0.960.850.00   0.25
XYZ9.93104.685549.6712
Yxy4.68550.15450.0729
Hunter Lab21.646044.0137-120.9008
CIE-Lab25.819355.2430-81.8591

#071dbf color RGB value is (7,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011101 10111111
Octal 7 35 277
Decimal 7 29 191
Hex 7 1D BF

RGB Percentages of Color #071dbf

%3.08
%12.78
%84.14

CMYK Percentages of Color #071dbf

%96
%85
%0
%25

Triadic Colors of #071dbf

#071dbf #bf071d #1dbf07

Analogous Colors of #071dbf

#071dbf #4d07bf #0779bf

Monochromatic Colors of #071dbf

#071dbf

Complementary Color

#071dbf #bfa907

#071dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#071dbf Color CSS Codes

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

#071dbf Text Font Color

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

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


#071dbf Background Color

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

This div background color is #071dbf


#071dbf Border Color

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

This div border color is #071dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071dbf


Comments

No comments written yet.

Please login to write comment.