Color Hex Logo

#3c6fda Color Hex

#3C6FDA
(60,111,218)
0 Favorites   0 Comments

Color spaces of #3c6fda

RGB 60111218
HSL0.610.680.55
HSV221°72°85°
CMYK 0.720.490.00   0.15
XYZ20.202817.391568.6218
Yxy17.39150.19020.1637
Hunter Lab41.703113.4927-68.3685
CIE-Lab48.749619.3039-59.8364

#3c6fda color RGB value is (60,111,218).

#3c6fda hex color red value is 60, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3c6fda hue: 0.61 , saturation: 0.68 and the lightness value of 3c6fda is 0.55.

The process color (four color CMYK) of #3c6fda color hex is 0.72, 0.49, 0.00, 0.15. Web safe color of #3c6fda is #3366cc. Color #3c6fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01101111 11011010
Octal 74 157 332
Decimal 60 111 218
Hex 3C 6F DA

RGB Percentages of Color #3c6fda

%15.42
%28.53
%56.04

CMYK Percentages of Color #3c6fda

%72
%49
%0
%15

Triadic Colors of #3c6fda

#3c6fda #da3c6f #6fda3c

Analogous Colors of #3c6fda

#3c6fda #583cda #3cbeda

Monochromatic Colors of #3c6fda

#3c6fda

Complementary Color

#3c6fda #daa73c

#3c6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c6fda Color CSS Codes

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

#3c6fda Text Font Color

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

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


#3c6fda Background Color

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

This div background color is #3c6fda


#3c6fda Border Color

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

This div border color is #3c6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c6fda


Comments

No comments written yet.

Please login to write comment.