Color Hex Logo

#386cab Color Hex

#386CAB
(56,108,171)
0 Favorites   0 Comments

Color spaces of #386cab

RGB 56108171
HSL0.590.510.45
HSV213°67°67°
CMYK 0.670.370.00   0.33
XYZ14.344114.506240.5720
Yxy14.50620.20660.2090
Hunter Lab38.08700.5733-36.4975
CIE-Lab44.95033.4874-38.8325

#386cab color RGB value is (56,108,171).

#386cab hex color red value is 56, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #386cab hue: 0.59 , saturation: 0.51 and the lightness value of 386cab is 0.45.

The process color (four color CMYK) of #386cab color hex is 0.67, 0.37, 0.00, 0.33. Web safe color of #386cab is #336699. Color #386cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10101011
Octal 70 154 253
Decimal 56 108 171
Hex 38 6C AB

RGB Percentages of Color #386cab

%16.72
%32.24
%51.04

CMYK Percentages of Color #386cab

%67
%37
%0
%33

Triadic Colors of #386cab

#386cab #ab386c #6cab38

Analogous Colors of #386cab

#386cab #3e38ab #38a6ab

Monochromatic Colors of #386cab

#386cab

Complementary Color

#386cab #ab7738

#386cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#386cab Color CSS Codes

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

#386cab Text Font Color

<p style="color:#386cab">Text here</p>

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


#386cab Background Color

<div style="background-color:#386cab">
Div content here</div>

This div background color is #386cab


#386cab Border Color

<div style="border:3px solid #386cab">
Div here</div>

This div border color is #386cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,108,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #386cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #386cab;
  -webkit-box-shadow: 1px 1px 3px 2px #386cab;
  box-shadow:         1px 1px 3px 2px #386cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,108,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386cab


Comments

No comments written yet.

Please login to write comment.