Color Hex Logo

#386bad Color Hex

#386BAD
(56,107,173)
0 Favorites   0 Comments

Color spaces of #386bad

RGB 56107173
HSL0.590.510.45
HSV214°68°68°
CMYK 0.680.380.00   0.32
XYZ14.431414.373341.5489
Yxy14.37330.20510.2043
Hunter Lab37.91211.6005-38.4390
CIE-Lab44.76364.8311-40.3003

#386bad color RGB value is (56,107,173).

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

The process color (four color CMYK) of #386bad color hex is 0.68, 0.38, 0.00, 0.32. Web safe color of #386bad is #336699. Color #386bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101011 10101101
Octal 70 153 255
Decimal 56 107 173
Hex 38 6B AD

RGB Percentages of Color #386bad

%16.67
%31.85
%51.49

CMYK Percentages of Color #386bad

%68
%38
%0
%32

Triadic Colors of #386bad

#386bad #ad386b #6bad38

Analogous Colors of #386bad

#386bad #4038ad #38a6ad

Monochromatic Colors of #386bad

#386bad

Complementary Color

#386bad #ad7a38

#386bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#386bad Color CSS Codes

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

#386bad Text Font Color

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

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


#386bad Background Color

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

This div background color is #386bad


#386bad Border Color

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

This div border color is #386bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386bad


Comments

No comments written yet.

Please login to write comment.