Color Hex Logo

#3c00fc Color Hex

#3C00FC
(60,0,252)
0 Favorites   0 Comments

Color spaces of #3c00fc

RGB 600252
HSL0.711.000.49
HSV254°100°99°
CMYK 0.761.000.00   0.01
XYZ19.43427.988992.6132
Yxy7.98890.16190.0666
Hunter Lab28.264673.2699-174.4870
CIE-Lab33.959879.2201-103.3589

#3c00fc color RGB value is (60,0,252).

#3c00fc hex color red value is 60, green value is 0 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3c00fc hue: 0.71 , saturation: 1.00 and the lightness value of 3c00fc is 0.49.

The process color (four color CMYK) of #3c00fc color hex is 0.76, 1.00, 0.00, 0.01. Web safe color of #3c00fc is #3300ff. Color #3c00fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000000 11111100
Octal 74 0 374
Decimal 60 0 252
Hex 3C 0 FC

RGB Percentages of Color #3c00fc

%19.23
%0.00
%80.77

CMYK Percentages of Color #3c00fc

%76
%100
%0
%1

Triadic Colors of #3c00fc

#3c00fc #fc3c00 #00fc3c

Analogous Colors of #3c00fc

#3c00fc #ba00fc #0042fc

Monochromatic Colors of #3c00fc

#3c00fc

Complementary Color

#3c00fc #c0fc00

#3c00fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c00fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c00fc Color CSS Codes

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

#3c00fc Text Font Color

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

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


#3c00fc Background Color

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

This div background color is #3c00fc


#3c00fc Border Color

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

This div border color is #3c00fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c00fc


Comments

No comments written yet.

Please login to write comment.