Color Hex Logo

#063dfc Color Hex

#063DFC
(6,61,252)
0 Favorites   0 Comments

Color spaces of #063dfc

RGB 661252
HSL0.630.980.51
HSV227°98°99°
CMYK 0.980.760.00   0.01
XYZ19.314510.404593.0857
Yxy10.40450.15730.0847
Hunter Lab32.256050.4356-148.5223
CIE-Lab38.558858.7904-95.7512

#063dfc color RGB value is (6,61,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111101 11111100
Octal 6 75 374
Decimal 6 61 252
Hex 6 3D FC

RGB Percentages of Color #063dfc

%1.88
%19.12
%79.00

CMYK Percentages of Color #063dfc

%98
%76
%0
%1

Triadic Colors of #063dfc

#063dfc #fc063d #3dfc06

Analogous Colors of #063dfc

#063dfc #4a06fc #06b8fc

Monochromatic Colors of #063dfc

#063dfc

Complementary Color

#063dfc #fcc506

#063dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#063dfc Color CSS Codes

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

#063dfc Text Font Color

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

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


#063dfc Background Color

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

This div background color is #063dfc


#063dfc Border Color

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

This div border color is #063dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.