Color Hex Logo

#062feb Color Hex

#062FEB
(6,47,235)
0 Favorites   0 Comments

Color spaces of #062feb

RGB 647235
HSL0.640.950.47
HSV229°97°92°
CMYK 0.970.800.00   0.08
XYZ16.08708.069979.3070
Yxy8.06990.15550.0780
Hunter Lab28.407651.3700-145.6379
CIE-Lab34.128060.5075-93.5204

#062feb color RGB value is (6,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00101111 11101011
Octal 6 57 353
Decimal 6 47 235
Hex 6 2F EB

RGB Percentages of Color #062feb

%2.08
%16.32
%81.60

CMYK Percentages of Color #062feb

%97
%80
%0
%8

Triadic Colors of #062feb

#062feb #eb062f #2feb06

Analogous Colors of #062feb

#062feb #5006eb #06a2eb

Monochromatic Colors of #062feb

#062feb

Complementary Color

#062feb #ebc206

#062feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#062feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#062feb Color CSS Codes

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

#062feb Text Font Color

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

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


#062feb Background Color

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

This div background color is #062feb


#062feb Border Color

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

This div border color is #062feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #062feb


Comments

No comments written yet.

Please login to write comment.