Color Hex Logo

#0602fb Color Hex

#0602FB
(6,2,251)
0 Favorites   0 Comments

Color spaces of #0602fb

RGB 62251
HSL0.670.980.50
HSV241°99°98°
CMYK 0.980.990.00   0.02
XYZ17.50947.047291.7042
Yxy7.04720.15060.0606
Hunter Lab26.546671.2773-186.2327
CIE-Lab31.914177.9728-106.2638

#0602fb color RGB value is (6,2,251).

#0602fb hex color red value is 6, green value is 2 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0602fb hue: 0.67 , saturation: 0.98 and the lightness value of 0602fb is 0.50.

The process color (four color CMYK) of #0602fb color hex is 0.98, 0.99, 0.00, 0.02. Web safe color of #0602fb is #0000ff. Color #0602fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000010 11111011
Octal 6 2 373
Decimal 6 2 251
Hex 6 2 FB

RGB Percentages of Color #0602fb

%2.32
%0.77
%96.91

CMYK Percentages of Color #0602fb

%98
%99
%0
%2

Triadic Colors of #0602fb

#0602fb #fb0602 #02fb06

Analogous Colors of #0602fb

#0602fb #8302fb #027bfb

Monochromatic Colors of #0602fb

#0602fb

Complementary Color

#0602fb #f7fb02

#0602fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0602fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0602fb Color CSS Codes

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

#0602fb Text Font Color

<p style="color:#0602fb">Text here</p>

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


#0602fb Background Color

<div style="background-color:#0602fb">
Div content here</div>

This div background color is #0602fb


#0602fb Border Color

<div style="border:3px solid #0602fb">
Div here</div>

This div border color is #0602fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,2,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0602fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0602fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0602fb;
  box-shadow:         1px 1px 3px 2px #0602fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0602fb


Comments

No comments written yet.

Please login to write comment.