Color Hex Logo

#062fef Color Hex

#062FEF
(6,47,239)
0 Favorites   0 Comments

Color spaces of #062fef

RGB 647239
HSL0.640.950.48
HSV229°97°94°
CMYK 0.970.800.00   0.06
XYZ16.67168.303782.3854
Yxy8.30370.15530.0773
Hunter Lab28.816152.8431-149.3389
CIE-Lab34.607561.7512-94.9925

#062fef color RGB value is (6,47,239).

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

The process color (four color CMYK) of #062fef color hex is 0.97, 0.80, 0.00, 0.06. Web safe color of #062fef is #0033ff. Color #062fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 11101111
Octal 6 57 357
Decimal 6 47 239
Hex 6 2F EF

RGB Percentages of Color #062fef

%2.05
%16.10
%81.85

CMYK Percentages of Color #062fef

%97
%80
%0
%6

Triadic Colors of #062fef

#062fef #ef062f #2fef06

Analogous Colors of #062fef

#062fef #5206ef #06a4ef

Monochromatic Colors of #062fef

#062fef

Complementary Color

#062fef #efc606

#062fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#062fef Color CSS Codes

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

#062fef Text Font Color

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

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


#062fef Background Color

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

This div background color is #062fef


#062fef Border Color

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

This div border color is #062fef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,47,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062fef


Comments

No comments written yet.

Please login to write comment.