Color Hex Logo

#062ecf Color Hex

#062ECF
(6,46,207)
0 Favorites   0 Comments

Color spaces of #062ecf

RGB 646207
HSL0.630.940.42
HSV228°97°81°
CMYK 0.970.780.00   0.19
XYZ12.31466.497759.6366
Yxy6.49770.15700.0828
Hunter Lab25.490641.6255-120.8687
CIE-Lab30.634951.9933-83.2318

#062ecf color RGB value is (6,46,207).

#062ecf hex color red value is 6, green value is 46 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #062ecf hue: 0.63 , saturation: 0.94 and the lightness value of 062ecf is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101110 11001111
Octal 6 56 317
Decimal 6 46 207
Hex 6 2E CF

RGB Percentages of Color #062ecf

%2.32
%17.76
%79.92

CMYK Percentages of Color #062ecf

%97
%78
%0
%19

Triadic Colors of #062ecf

#062ecf #cf062e #2ecf06

Analogous Colors of #062ecf

#062ecf #4206cf #0693cf

Monochromatic Colors of #062ecf

#062ecf

Complementary Color

#062ecf #cfa706

#062ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#062ecf Color CSS Codes

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

#062ecf Text Font Color

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

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


#062ecf Background Color

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

This div background color is #062ecf


#062ecf Border Color

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

This div border color is #062ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062ecf


Comments

No comments written yet.

Please login to write comment.