Color Hex Logo

#063cfc Color Hex

#063CFC
(6,60,252)
0 Favorites   0 Comments

Color spaces of #063cfc

RGB 660252
HSL0.630.980.51
HSV227°98°99°
CMYK 0.980.760.00   0.01
XYZ19.261710.298793.0681
Yxy10.29870.15710.0840
Hunter Lab32.091650.9773-149.4815
CIE-Lab38.373359.3222-96.0591

#063cfc color RGB value is (6,60,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 00111100 11111100
Octal 6 74 374
Decimal 6 60 252
Hex 6 3C FC

RGB Percentages of Color #063cfc

%1.89
%18.87
%79.25

CMYK Percentages of Color #063cfc

%98
%76
%0
%1

Triadic Colors of #063cfc

#063cfc #fc063c #3cfc06

Analogous Colors of #063cfc

#063cfc #4b06fc #06b7fc

Monochromatic Colors of #063cfc

#063cfc

Complementary Color

#063cfc #fcc606

#063cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#063cfc Color CSS Codes

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

#063cfc Text Font Color

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

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


#063cfc Background Color

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

This div background color is #063cfc


#063cfc Border Color

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

This div border color is #063cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063cfc


Comments

No comments written yet.

Please login to write comment.