Color Hex Logo

#386caf Color Hex

#386CAF
(56,108,175)
0 Favorites   0 Comments

Color spaces of #386caf

RGB 56108175
HSL0.590.520.45
HSV214°68°69°
CMYK 0.680.380.00   0.31
XYZ14.731314.661042.6109
Yxy14.66100.20460.2036
Hunter Lab38.28971.6679-39.1784
CIE-Lab45.16634.9302-40.8315

#386caf color RGB value is (56,108,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101100 10101111
Octal 70 154 257
Decimal 56 108 175
Hex 38 6C AF

RGB Percentages of Color #386caf

%16.52
%31.86
%51.62

CMYK Percentages of Color #386caf

%68
%38
%0
%31

Triadic Colors of #386caf

#386caf #af386c #6caf38

Analogous Colors of #386caf

#386caf #4038af #38a8af

Monochromatic Colors of #386caf

#386caf

Complementary Color

#386caf #af7b38

#386caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#386caf Color CSS Codes

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

#386caf Text Font Color

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

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


#386caf Background Color

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

This div background color is #386caf


#386caf Border Color

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

This div border color is #386caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386caf


Comments

No comments written yet.

Please login to write comment.