Color Hex Logo

#3885cc Color Hex

#3885CC
(56,133,204)
0 Favorites   0 Comments

Color spaces of #3885cc

RGB 56133204
HSL0.580.590.51
HSV209°73°80°
CMYK 0.730.350.00   0.20
XYZ20.917521.975460.2660
Yxy21.97540.20280.2130
Hunter Lab46.8779-2.3875-43.4083
CIE-Lab54.00090.1470-43.5192

#3885cc color RGB value is (56,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000101 11001100
Octal 70 205 314
Decimal 56 133 204
Hex 38 85 CC

RGB Percentages of Color #3885cc

%14.25
%33.84
%51.91

CMYK Percentages of Color #3885cc

%73
%35
%0
%20

Triadic Colors of #3885cc

#3885cc #cc3885 #85cc38

Analogous Colors of #3885cc

#3885cc #383bcc #38ccc9

Monochromatic Colors of #3885cc

#3885cc

Complementary Color

#3885cc #cc7f38

#3885cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3885cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3885cc Color CSS Codes

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

#3885cc Text Font Color

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

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


#3885cc Background Color

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

This div background color is #3885cc


#3885cc Border Color

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

This div border color is #3885cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3885cc


Comments

No comments written yet.

Please login to write comment.