Color Hex Logo

#063afe Color Hex

#063AFE
(6,58,254)
0 Favorites   0 Comments

Color spaces of #063afe

RGB 658254
HSL0.630.990.51
HSV227°98°100°
CMYK 0.980.770.00   0.00
XYZ19.477610.220694.7121
Yxy10.22060.15660.0822
Hunter Lab31.969752.8046-153.2715
CIE-Lab38.235561.0093-97.4078

#063afe color RGB value is (6,58,254).

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

The process color (four color CMYK) of #063afe color hex is 0.98, 0.77, 0.00, 0.00. Web safe color of #063afe is #0033ff. Color #063afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111010 11111110
Octal 6 72 376
Decimal 6 58 254
Hex 6 3A FE

RGB Percentages of Color #063afe

%1.89
%18.24
%79.87

CMYK Percentages of Color #063afe

%98
%77
%0
%0

Triadic Colors of #063afe

#063afe #fe063a #3afe06

Analogous Colors of #063afe

#063afe #4e06fe #06b6fe

Monochromatic Colors of #063afe

#063afe

Complementary Color

#063afe #feca06

#063afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#063afe Color CSS Codes

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

#063afe Text Font Color

<p style="color:#063afe">Text here</p>

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


#063afe Background Color

<div style="background-color:#063afe">
Div content here</div>

This div background color is #063afe


#063afe Border Color

<div style="border:3px solid #063afe">
Div here</div>

This div border color is #063afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063afe

Related Colors


Comments

No comments written yet.

Please login to write comment.