Color Hex Logo

#3984cc Color Hex

#3984CC
(57,132,204)
0 Favorites   0 Comments

Color spaces of #3984cc

RGB 57132204
HSL0.580.590.51
HSV209°72°80°
CMYK 0.720.350.00   0.20
XYZ20.837721.732060.2232
Yxy21.73200.20270.2114
Hunter Lab46.6176-1.7927-43.9618
CIE-Lab53.74150.8807-43.9276

#3984cc color RGB value is (57,132,204).

#3984cc hex color red value is 57, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3984cc hue: 0.58 , saturation: 0.59 and the lightness value of 3984cc is 0.51.

The process color (four color CMYK) of #3984cc color hex is 0.72, 0.35, 0.00, 0.20. Web safe color of #3984cc is #3399cc. Color #3984cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000100 11001100
Octal 71 204 314
Decimal 57 132 204
Hex 39 84 CC

RGB Percentages of Color #3984cc

%14.50
%33.59
%51.91

CMYK Percentages of Color #3984cc

%72
%35
%0
%20

Triadic Colors of #3984cc

#3984cc #cc3984 #84cc39

Analogous Colors of #3984cc

#3984cc #393bcc #39cccb

Monochromatic Colors of #3984cc

#3984cc

Complementary Color

#3984cc #cc8139

#3984cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3984cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3984cc Color CSS Codes

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

#3984cc Text Font Color

<p style="color:#3984cc">Text here</p>

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


#3984cc Background Color

<div style="background-color:#3984cc">
Div content here</div>

This div background color is #3984cc


#3984cc Border Color

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

This div border color is #3984cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,132,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3984cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3984cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3984cc;
  box-shadow:         1px 1px 3px 2px #3984cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3984cc


Comments

No comments written yet.

Please login to write comment.