Color Hex Logo

#3c63fa Color Hex

#3C63FA
(60,99,250)
0 Favorites   0 Comments

Color spaces of #3c63fa

RGB 6099250
HSL0.630.950.61
HSV228°76°98°
CMYK 0.760.600.00   0.02
XYZ23.580616.786592.4398
Yxy16.78650.17760.1264
Hunter Lab40.971331.0339-105.0906
CIE-Lab47.989938.3593-79.0506

#3c63fa color RGB value is (60,99,250).

#3c63fa hex color red value is 60, green value is 99 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3c63fa hue: 0.63 , saturation: 0.95 and the lightness value of 3c63fa is 0.61.

The process color (four color CMYK) of #3c63fa color hex is 0.76, 0.60, 0.00, 0.02. Web safe color of #3c63fa is #3366ff. Color #3c63fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01100011 11111010
Octal 74 143 372
Decimal 60 99 250
Hex 3C 63 FA

RGB Percentages of Color #3c63fa

%14.67
%24.21
%61.12

CMYK Percentages of Color #3c63fa

%76
%60
%0
%2

Triadic Colors of #3c63fa

#3c63fa #fa3c63 #63fa3c

Analogous Colors of #3c63fa

#3c63fa #743cfa #3cc2fa

Monochromatic Colors of #3c63fa

#3c63fa

Complementary Color

#3c63fa #fad33c

#3c63fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c63fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c63fa Color CSS Codes

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

#3c63fa Text Font Color

<p style="color:#3c63fa">Text here</p>

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


#3c63fa Background Color

<div style="background-color:#3c63fa">
Div content here</div>

This div background color is #3c63fa


#3c63fa Border Color

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

This div border color is #3c63fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,99,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3c63fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3c63fa;
  -webkit-box-shadow: 1px 1px 3px 2px #3c63fa;
  box-shadow:         1px 1px 3px 2px #3c63fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,99,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c63fa


Comments

No comments written yet.

Please login to write comment.