Color Hex Logo

#3c20fc Color Hex

#3C20FC
(60,32,252)
0 Favorites   0 Comments

Color spaces of #3c20fc

RGB 6032252
HSL0.690.970.56
HSV248°87°99°
CMYK 0.760.870.00   0.01
XYZ19.95079.022092.7854
Yxy9.02200.16390.0741
Hunter Lab30.036665.9977-162.1255
CIE-Lab36.026672.8979-99.9127

#3c20fc color RGB value is (60,32,252).

#3c20fc hex color red value is 60, green value is 32 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3c20fc hue: 0.69 , saturation: 0.97 and the lightness value of 3c20fc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100000 11111100
Octal 74 40 374
Decimal 60 32 252
Hex 3C 20 FC

RGB Percentages of Color #3c20fc

%17.44
%9.30
%73.26

CMYK Percentages of Color #3c20fc

%76
%87
%0
%1

Triadic Colors of #3c20fc

#3c20fc #fc3c20 #20fc3c

Analogous Colors of #3c20fc

#3c20fc #aa20fc #2072fc

Monochromatic Colors of #3c20fc

#3c20fc

Complementary Color

#3c20fc #e0fc20

#3c20fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c20fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c20fc Color CSS Codes

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

#3c20fc Text Font Color

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

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


#3c20fc Background Color

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

This div background color is #3c20fc


#3c20fc Border Color

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

This div border color is #3c20fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c20fc


Comments

No comments written yet.

Please login to write comment.