Color Hex Logo

#3964dd Color Hex

#3964DD
(57,100,221)
0 Favorites   0 Comments

Color spaces of #3964dd

RGB 57100221
HSL0.620.710.55
HSV224°74°87°
CMYK 0.740.550.00   0.13
XYZ19.295715.204770.3244
Yxy15.20470.18410.1450
Hunter Lab38.993220.0922-79.6345
CIE-Lab45.913326.9948-66.1332

#3964dd color RGB value is (57,100,221).

#3964dd hex color red value is 57, green value is 100 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3964dd hue: 0.62 , saturation: 0.71 and the lightness value of 3964dd is 0.55.

The process color (four color CMYK) of #3964dd color hex is 0.74, 0.55, 0.00, 0.13. Web safe color of #3964dd is #3366cc. Color #3964dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01100100 11011101
Octal 71 144 335
Decimal 57 100 221
Hex 39 64 DD

RGB Percentages of Color #3964dd

%15.08
%26.46
%58.47

CMYK Percentages of Color #3964dd

%74
%55
%0
%13

Triadic Colors of #3964dd

#3964dd #dd3964 #64dd39

Analogous Colors of #3964dd

#3964dd #6039dd #39b6dd

Monochromatic Colors of #3964dd

#3964dd

Complementary Color

#3964dd #ddb239

#3964dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3964dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3964dd Color CSS Codes

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

#3964dd Text Font Color

<p style="color:#3964dd">Text here</p>

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


#3964dd Background Color

<div style="background-color:#3964dd">
Div content here</div>

This div background color is #3964dd


#3964dd Border Color

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

This div border color is #3964dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,100,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3964dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3964dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3964dd;
  box-shadow:         1px 1px 3px 2px #3964dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3964dd


Comments

No comments written yet.

Please login to write comment.