Color Hex Logo

#0612fe Color Hex

#0612FE
(6,18,254)
0 Favorites   0 Comments

Color spaces of #0612fe

RGB 618254
HSL0.660.990.51
HSV237°98°100°
CMYK 0.980.930.00   0.00
XYZ18.18087.627194.2799
Yxy7.62710.15140.0635
Hunter Lab27.617269.1790-183.0728
CIE-Lab33.193976.0474-105.8093

#0612fe color RGB value is (6,18,254).

#0612fe hex color red value is 6, green value is 18 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0612fe hue: 0.66 , saturation: 0.99 and the lightness value of 0612fe is 0.51.

The process color (four color CMYK) of #0612fe color hex is 0.98, 0.93, 0.00, 0.00. Web safe color of #0612fe is #0000ff. Color #0612fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010010 11111110
Octal 6 22 376
Decimal 6 18 254
Hex 6 12 FE

RGB Percentages of Color #0612fe

%2.16
%6.47
%91.37

CMYK Percentages of Color #0612fe

%98
%93
%0
%0

Triadic Colors of #0612fe

#0612fe #fe0612 #12fe06

Analogous Colors of #0612fe

#0612fe #7606fe #068efe

Monochromatic Colors of #0612fe

#0612fe

Complementary Color

#0612fe #fef206

#0612fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0612fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0612fe Color CSS Codes

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

#0612fe Text Font Color

<p style="color:#0612fe">Text here</p>

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


#0612fe Background Color

<div style="background-color:#0612fe">
Div content here</div>

This div background color is #0612fe


#0612fe Border Color

<div style="border:3px solid #0612fe">
Div here</div>

This div border color is #0612fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,18,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0612fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0612fe;
  -webkit-box-shadow: 1px 1px 3px 2px #0612fe;
  box-shadow:         1px 1px 3px 2px #0612fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0612fe


Comments

No comments written yet.

Please login to write comment.