color codes Logo

#071adb color codes

#071ADB
(7,26,219)
0 Favorites   0 Comments

Color spaces of #071adb

RGB 726219
HSL0.650.940.44
HSV235°97°86°
CMYK 0.970.880.00   0.14
XYZ13.24325.898467.4584
Yxy5.89840.15290.0681
Hunter Lab24.286654.8323-147.6830
CIE-Lab29.154764.5796-92.6462

#071adb color RGB value is (7,26,219).

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

The process color (four color CMYK) of #071adb color code is 0.97, 0.88, 0.00, 0.14. Web safe color of #071adb is #0033cc. Color #071adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00011010 11011011
Octal 7 32 333
Decimal 7 26 219
Hex 7 1A DB

RGB Percentages of Color #071adb

%2.78
%10.32
%86.90

CMYK Percentages of Color #071adb

%97
%88
%0
%14

Triadic Colors of #071adb

#071adb #db071a #1adb07

Analogous Colors of #071adb

#071adb #5e07db #0784db

Monochromatic Colors of #071adb

#071adb

Complementary Color

#071adb #dbc807

#071adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#071adb Color CSS Codes

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

#071adb Text Font Color

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

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


#071adb Background Color

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

This div background color is #071adb


#071adb Border Color

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

This div border color is #071adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071adb


Comments

No comments written yet.

Please login to write comment.