color codes Logo

#3889cc color codes

#3889CC
(56,137,204)
0 Favorites   0 Comments

Color spaces of #3889cc

RGB 56137204
HSL0.580.590.51
HSV207°73°80°
CMYK 0.730.330.00   0.20
XYZ21.475623.091760.4520
Yxy23.09170.20450.2199
Hunter Lab48.0538-4.3213-40.9495
CIE-Lab55.1667-2.2166-41.6780

#3889cc color RGB value is (56,137,204).

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

The process color (four color CMYK) of #3889cc color code is 0.73, 0.33, 0.00, 0.20. Web safe color of #3889cc is #3399cc. Color #3889cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001001 11001100
Octal 70 211 314
Decimal 56 137 204
Hex 38 89 CC

RGB Percentages of Color #3889cc

%14.11
%34.51
%51.39

CMYK Percentages of Color #3889cc

%73
%33
%0
%20

Triadic Colors of #3889cc

#3889cc #cc3889 #89cc38

Analogous Colors of #3889cc

#3889cc #383fcc #38ccc5

Monochromatic Colors of #3889cc

#3889cc

Complementary Color

#3889cc #cc7b38

#3889cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3889cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3889cc Color CSS Codes

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

#3889cc Text Font Color

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

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


#3889cc Background Color

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

This div background color is #3889cc


#3889cc Border Color

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

This div border color is #3889cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,137,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 #3889cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3889cc


Comments

No comments written yet.

Please login to write comment.