Color Hex Logo

#062adb Color Hex

#062ADB
(6,42,219)
0 Favorites   0 Comments

Color spaces of #062adb

RGB 642219
HSL0.640.950.44
HSV230°97°86°
CMYK 0.970.810.00   0.14
XYZ13.68936.809167.6106
Yxy6.80910.15540.0773
Hunter Lab26.094347.9779-135.3553
CIE-Lab31.368357.9165-88.9577

#062adb color RGB value is (6,42,219).

#062adb hex color red value is 6, green value is 42 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #062adb hue: 0.64 , saturation: 0.95 and the lightness value of 062adb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101010 11011011
Octal 6 52 333
Decimal 6 42 219
Hex 6 2A DB

RGB Percentages of Color #062adb

%2.25
%15.73
%82.02

CMYK Percentages of Color #062adb

%97
%81
%0
%14

Triadic Colors of #062adb

#062adb #db062a #2adb06

Analogous Colors of #062adb

#062adb #4c06db #0695db

Monochromatic Colors of #062adb

#062adb

Complementary Color

#062adb #dbb706

#062adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062adb Color CSS Codes

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

#062adb Text Font Color

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

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


#062adb Background Color

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

This div background color is #062adb


#062adb Border Color

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

This div border color is #062adb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,42,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 #062adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062adb


Comments

No comments written yet.

Please login to write comment.