Color Hex Logo

#3c51fe Color Hex

#3C51FE
(60,81,254)
0 Favorites   0 Comments

Color spaces of #3c51fe

RGB 6081254
HSL0.650.990.62
HSV234°76°100°
CMYK 0.760.680.00   0.00
XYZ22.695314.001395.2723
Yxy14.00130.17200.1061
Hunter Lab37.418342.7834-124.7679
CIE-Lab44.234850.5630-87.4398

#3c51fe color RGB value is (60,81,254).

#3c51fe hex color red value is 60, green value is 81 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #3c51fe hue: 0.65 , saturation: 0.99 and the lightness value of 3c51fe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010001 11111110
Octal 74 121 376
Decimal 60 81 254
Hex 3C 51 FE

RGB Percentages of Color #3c51fe

%15.19
%20.51
%64.30

CMYK Percentages of Color #3c51fe

%76
%68
%0
%0

Triadic Colors of #3c51fe

#3c51fe #fe3c51 #51fe3c

Analogous Colors of #3c51fe

#3c51fe #883cfe #3cb2fe

Monochromatic Colors of #3c51fe

#3c51fe

Complementary Color

#3c51fe #fee93c

#3c51fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c51fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c51fe Color CSS Codes

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

#3c51fe Text Font Color

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

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


#3c51fe Background Color

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

This div background color is #3c51fe


#3c51fe Border Color

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

This div border color is #3c51fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c51fe


Comments

No comments written yet.

Please login to write comment.