Color Hex Logo

#386daf Color Hex

#386DAF
(56,109,175)
0 Favorites   0 Comments

Color spaces of #386daf

RGB 56109175
HSL0.590.520.45
HSV213°68°69°
CMYK 0.680.380.00   0.31
XYZ14.837414.873242.6462
Yxy14.87320.20510.2056
Hunter Lab38.56581.1841-38.5671
CIE-Lab45.46004.3076-40.3656

#386daf color RGB value is (56,109,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101101 10101111
Octal 70 155 257
Decimal 56 109 175
Hex 38 6D AF

RGB Percentages of Color #386daf

%16.47
%32.06
%51.47

CMYK Percentages of Color #386daf

%68
%38
%0
%31

Triadic Colors of #386daf

#386daf #af386d #6daf38

Analogous Colors of #386daf

#386daf #3f38af #38a9af

Monochromatic Colors of #386daf

#386daf

Complementary Color

#386daf #af7a38

#386daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386daf Color CSS Codes

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

#386daf Text Font Color

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

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


#386daf Background Color

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

This div background color is #386daf


#386daf Border Color

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

This div border color is #386daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386daf


Comments

No comments written yet.

Please login to write comment.