Color Hex Logo

#3961dc Color Hex

#3961DC
(57,97,220)
0 Favorites   0 Comments

Color spaces of #3961dc

RGB 5797220
HSL0.630.700.54
HSV225°74°86°
CMYK 0.740.560.00   0.14
XYZ18.880314.586669.5305
Yxy14.58660.18330.1416
Hunter Lab38.192421.4042-81.2047
CIE-Lab45.062728.5370-66.9467

#3961dc color RGB value is (57,97,220).

#3961dc hex color red value is 57, green value is 97 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3961dc hue: 0.63 , saturation: 0.70 and the lightness value of 3961dc is 0.54.

The process color (four color CMYK) of #3961dc color hex is 0.74, 0.56, 0.00, 0.14. Web safe color of #3961dc is #3366cc. Color #3961dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100001 11011100
Octal 71 141 334
Decimal 57 97 220
Hex 39 61 DC

RGB Percentages of Color #3961dc

%15.24
%25.94
%58.82

CMYK Percentages of Color #3961dc

%74
%56
%0
%14

Triadic Colors of #3961dc

#3961dc #dc3961 #61dc39

Analogous Colors of #3961dc

#3961dc #6239dc #39b3dc

Monochromatic Colors of #3961dc

#3961dc

Complementary Color

#3961dc #dcb439

#3961dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3961dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3961dc Color CSS Codes

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

#3961dc Text Font Color

<p style="color:#3961dc">Text here</p>

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


#3961dc Background Color

<div style="background-color:#3961dc">
Div content here</div>

This div background color is #3961dc


#3961dc Border Color

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

This div border color is #3961dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,97,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3961dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3961dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3961dc;
  box-shadow:         1px 1px 3px 2px #3961dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,97,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3961dc


Comments

No comments written yet.

Please login to write comment.