Color Hex Logo

#3956dc Color Hex

#3956DC
(57,86,220)
0 Favorites   0 Comments

Color spaces of #3956dc

RGB 5786220
HSL0.640.700.54
HSV229°74°86°
CMYK 0.740.610.00   0.14
XYZ17.933412.692769.2149
Yxy12.69270.17960.1271
Hunter Lab35.626827.5043-90.2484
CIE-Lab42.296535.4992-71.4550

#3956dc color RGB value is (57,86,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01010110 11011100
Octal 71 126 334
Decimal 57 86 220
Hex 39 56 DC

RGB Percentages of Color #3956dc

%15.70
%23.69
%60.61

CMYK Percentages of Color #3956dc

%74
%61
%0
%14

Triadic Colors of #3956dc

#3956dc #dc3956 #56dc39

Analogous Colors of #3956dc

#3956dc #6e39dc #39a8dc

Monochromatic Colors of #3956dc

#3956dc

Complementary Color

#3956dc #dcbf39

#3956dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3956dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3956dc Color CSS Codes

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

#3956dc Text Font Color

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

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


#3956dc Background Color

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

This div background color is #3956dc


#3956dc Border Color

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

This div border color is #3956dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,86,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 #3956dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3956dc


Comments

No comments written yet.

Please login to write comment.