Color Hex Logo

#063eff Color Hex

#063EFF
(6,62,255)
0 Favorites   0 Comments

Color spaces of #063eff

RGB 662255
HSL0.631.000.51
HSV227°98°100°
CMYK 0.980.760.00   0.00
XYZ19.847710.704095.6277
Yxy10.70400.15730.0848
Hunter Lab32.717051.0321-150.3955
CIE-Lab39.077459.2358-96.5695

#063eff color RGB value is (6,62,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111110 11111111
Octal 6 76 377
Decimal 6 62 255
Hex 6 3E FF

RGB Percentages of Color #063eff

%1.86
%19.20
%78.95

CMYK Percentages of Color #063eff

%98
%76
%0
%0

Triadic Colors of #063eff

#063eff #ff063e #3eff06

Analogous Colors of #063eff

#063eff #4a06ff #06bbff

Monochromatic Colors of #063eff

#063eff

Complementary Color

#063eff #ffc706

#063eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#063eff Color CSS Codes

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

#063eff Text Font Color

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

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


#063eff Background Color

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

This div background color is #063eff


#063eff Border Color

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

This div border color is #063eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063eff


Comments

No comments written yet.

Please login to write comment.